WallpaperManagerFlutterPlatform class abstract

An abstract class that defines the platform interface for interacting with wallpaper settings.

Inheritance
  • Object
  • PlatformInterface
  • WallpaperManagerFlutterPlatform
Implementers

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
setWallpaper(File image, int location) Future<bool>
Sets the wallpaper from an image file at a specified location.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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