instance property
DeviceWallpaperFlutterPlatform
get
instance
Implementation
static DeviceWallpaperFlutterPlatform get instance => _instance;
set
instance
(DeviceWallpaperFlutterPlatform instance)
Implementation
static set instance(DeviceWallpaperFlutterPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}