instance property
NebulaFlutterPluginPlatform
get
instance
Implementation
static NebulaFlutterPluginPlatform get instance => _instance;
set
instance
(NebulaFlutterPluginPlatform instance)
Implementation
static set instance(NebulaFlutterPluginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}