instance property
set
instance
(LwaPlatform instance)
self instance
Implementation
static set instance(LwaPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}