FolderFileSaverPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FolderFileSaverPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
openSetting
→ Future<
bool?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveFileFromUrl(
String url) → Future< String?> -
saveFileIntoCustomDir(
{required String filePath, required String dirNamed, bool removeOriginFile = false}) → Future< String?> -
saveFileToFolderExt(
String filePath, {bool removeOriginFile = false}) → Future< String?> -
saveImage(
{required String pathImage, int width = 0, int height = 0, bool removeOriginFile = false}) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FolderFileSaverPlatform
-
getter/setter pair