instance property
FlutterLevelsPickerPlatform
get
instance
The default instance of FlutterLevelsPickerPlatform to use.
Defaults to MethodChannelFlutterLevelsPicker.
Implementation
static FlutterLevelsPickerPlatform get instance => _instance;
set
instance
(FlutterLevelsPickerPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends FlutterLevelsPickerPlatform when they register themselves.
Implementation
static set instance(FlutterLevelsPickerPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}