MediaStorePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MediaStorePlatform
Implementers

Constructors

MediaStorePlatform()

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

deleteFile({required String fileName, required DirType dirType, required DirName dirName, required String relativePath}) Future<bool>
deleteFileUsingUri({required String uriString}) Future<bool>
editFile({required String uriString, required dynamic tempFilePath}) Future<bool>
getDocumentTree({required String uriString}) Future<DocumentTree?>
getFilePathFromUri({required String uriString}) Future<String?>
getFileUri({required String fileName, required DirType dirType, required DirName dirName, required String relativePath}) Future<Uri?>
getPlatformSDKInt() Future<int>
getUriFromFilePath({required String path}) Future<Uri?>
isFileDeletable({required String uriString}) Future<bool>
isFileUriExist({required String uriString}) Future<bool>
isFileWritable({required String uriString}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFile({required String tempFilePath, required String fileName, required DirType dirType, required DirName dirName, required String relativePath}) Future<bool>
readFileUsingUri({required String uriString, required dynamic tempFilePath}) Future<bool>
requestForAccess({required String? initialRelativePath}) Future<DocumentTree?>
saveFile({required String tempFilePath, required String fileName, required DirType dirType, required DirName dirName, required String relativePath}) Future<SaveInfo?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MediaStorePlatform
getter/setter pair