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