instance property

MlmsLoadPlatform get instance

Implementation

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

Implementation

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