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