WallcraftManagerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • WallcraftManagerPlatform
Implementers

Constructors

WallcraftManagerPlatform.new()
Constructs a WallcraftManagerPlatform.

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

isSupported() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveImageToGalleryFromBytes({required Uint8List bytes}) Future<bool>
saveImageToGalleryFromFile({required String filePath}) Future<bool>
setWallpaperFromBytes({required Uint8List bytes, required WallpaperSetterType type}) Future<bool>
setWallpaperFromFile({required String filePath, required WallpaperSetterType type}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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