getUploadStatus method

Future<UploadProgress?> getUploadStatus(
  1. String uploadId
)

Get the current status of an upload.

Implementation

Future<UploadProgress?> getUploadStatus(String uploadId) {
  throw UnimplementedError('getUploadStatus() has not been implemented.');
}