FlutterMediaStoreMethodChannel class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appendDataToMediaStore({required String uri, required List<int> fileData, required dynamic onSuccess(String result), required dynamic onError(String errorMessage)}) Future<String>
Append data to an existing file in the MediaStore
override
getAndroidSdkVersionNative() Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickFile({required bool multipleSelect, required dynamic onFilesPicked(List<String> uris), required dynamic onError(String errorMessage)}) Future<List<String>>
override
saveFileToMediaStore({required List<int> fileData, required String mimeType, required String rootFolderName, required String folderName, required String fileName, required dynamic onSuccess(String uri, String filePath), required dynamic onError(String errorMessage)}) Future<String>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited