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