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