approval level commented Code for filter .

etqan_ovr_integration
aamir-csol 1 day ago
parent eea35e4d77
commit 048c9b395f

@ -61,7 +61,7 @@
<string>This app requires photo library access to select image as document &amp; upload it.</string> <string>This app requires photo library access to select image as document &amp; upload it.</string>
<key>UIApplicationSupportsIndirectInputEvents</key> <key>UIApplicationSupportsIndirectInputEvents</key>
<true/> <true/>
keen ovr <key>NSSpeechRecognitionUsageDescription</key> <key>NSSpeechRecognitionUsageDescription</key>
<string>This app requires speech recognition access to access voice command features.</string> <string>This app requires speech recognition access to access voice command features.</string>
<key>UIBackgroundModes</key> <key>UIBackgroundModes</key>
<array> <array>

@ -55,7 +55,7 @@ class EtqanApiClient {
(json) { (json) {
List<EtqanGetEmployeeOvrRequestsResponse> responseData = <EtqanGetEmployeeOvrRequestsResponse>[]; List<EtqanGetEmployeeOvrRequestsResponse> responseData = <EtqanGetEmployeeOvrRequestsResponse>[];
if (json["ETQAN_GetEmployeeOVRRequests_Response"] != null && json["ETQAN_GetEmployeeOVRRequests_Response"].isNotEmpty) { if (json["ETQAN_GetEmployeeOVRRequests_Response"] != null && json["ETQAN_GetEmployeeOVRRequests_Response"].isNotEmpty) {
json["ETQAN_GetEmployeeOVRRequests_Response"].forEach((Map<String, dynamic> element) { json["ETQAN_GetEmployeeOVRRequests_Response"].forEach((element) {
responseData.add(EtqanGetEmployeeOvrRequestsResponse.fromJson(element)); responseData.add(EtqanGetEmployeeOvrRequestsResponse.fromJson(element));
}); });
} }

Loading…
Cancel
Save