FileManagerImpl class

Implements Ensemble file-picking and image-saving actions.

Inheritance
  • Object
  • FileManager
  • FileManagerImpl

Constructors

FileManagerImpl()
Creates a file manager backed by file_picker and gallery saver plugins.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickFiles(BuildContext context, FilePickerAction action, ScopeManager? scopeManager) Future<void>
Opens the platform file picker and stores selected files in the action scope.
override
pickType(FilePickerAction action) → FileType
Resolves the platform picker type for an Ensemble file picker action.
saveImage(Uint8List fileBytes, {String? name}) Future<void>
Saves image bytes to the user's gallery.
override
toString() String
A string representation of this object.
inherited

Operators

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