MethodChannelFolderFileSaver class

Inheritance

Properties

hashCode → int
The hash code for this object.
no setterinherited
methodChannel → MethodChannel
final
openSetting → Future<bool?>
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() → Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveFileFromUrl(String url) → Future<String?>
override
saveFileIntoCustomDir({required String filePath, required String dirNamed, bool removeOriginFile = false}) → Future<String?>
override
saveFileToFolderExt(String filePath, {bool removeOriginFile = false}) → Future<String?>
override
saveImage({required String pathImage, int width = 0, int height = 0, bool removeOriginFile = false}) → Future<String?>
override
toString() → String
A string representation of this object.
inherited

Operators

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