uploadFile method
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.');
}
Start a background upload task.
Returns the upload ID if successful, null otherwise.
Future<String?> uploadFile(UploadTask task) {
throw UnimplementedError('uploadFile() has not been implemented.');
}