instance property

MsaInterface get instance

Implementation

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

Implementation

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