getUploadStatus method
Get the current status of an upload.
Implementation
Future<UploadProgress?> getUploadStatus(String uploadId) {
throw UnimplementedError('getUploadStatus() has not been implemented.');
}
Get the current status of an upload.
Future<UploadProgress?> getUploadStatus(String uploadId) {
throw UnimplementedError('getUploadStatus() has not been implemented.');
}