uploadFile method

Future<String?> uploadFile(
  1. UploadTask task
)

Start a background upload task.

Returns the upload ID if successful, null otherwise.

Implementation

Future<String?> uploadFile(UploadTask task) {
  throw UnimplementedError('uploadFile() has not been implemented.');
}