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