SaveToDirPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SaveToDirPlatform
Implementers

Constructors

SaveToDirPlatform.new()
Constructs a SaveToDirPlatform.

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

downloadFromUrl(String url, {String? fileName, DownloadProgressCallback? onProgress, DownloadCompleteCallback? onComplete, DownloadErrorCallback? onError}) Future<void>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openFileManager() → void
openStorageSettings() → void
requestStoragePermission() Future<bool?>
saveFile(Uint8List imageBytes, {required String fileName, required String mimeType}) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SaveToDirPlatform
The default instance of SaveToDirPlatform to use.
getter/setter pair