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