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