instance property

LwaPlatform get instance

LwaPlatform

Implementation

static LwaPlatform get instance => _instance;
set instance (LwaPlatform instance)

self instance

Implementation

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