uploadFile method

Future<void> uploadFile(
  1. UploadLargestFilesProps props
)

Platform-specific implementations should set this with their own platform-specific class that extends UploadLargestFilesPlatform when they register themselves.

Implementation

Future<void> uploadFile(UploadLargestFilesProps props) {
  throw UnimplementedError('uploadFile() has not been implemented.');
}