RemoteUpload_UploadList method

Future<Map> RemoteUpload_UploadList({
  1. String? apiKey,
})

Remote Upload List & Status

Implementation

Future<Map> RemoteUpload_UploadList({
  String? apiKey,
}) async {
  return await getRemoteUploads(
    apiKey: apiKey,
  );
}