RemoteUpload_UploadSlots method

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

Get total & used remote upload slots

Implementation

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