MethodChannelPutFileTask constructor

MethodChannelPutFileTask(
  1. int handle,
  2. FirebaseStoragePlatform storage,
  3. String path,
  4. File file,
  5. SettableMetadata? metadata,
)

Implementation

MethodChannelPutFileTask(int handle, FirebaseStoragePlatform storage,
    String path, File file, SettableMetadata? metadata)
    : super(handle, storage, path,
          _getTask(handle, storage, path, file, metadata));