uploadProgress property Null safety
uploadProgess
exposes a stream that gives the upload progress for the file being uploaded
Implementation
@override
Stream<List<int>> get uploadProgress => _uploadProgress.asBroadcastStream();
uploadProgess
exposes a stream that gives the upload progress for the file being uploaded
@override
Stream<List<int>> get uploadProgress => _uploadProgress.asBroadcastStream();