RemoteUpload_UploadStatus method
Remote Upload Status
Implementation
Future<Map> RemoteUpload_UploadStatus({
required String file_code,
String? apiKey,
}) async {
return await getRemoteUploadStatus(
file_code: file_code,
apiKey: apiKey,
);
}