instance property

GalPlatform instance

Implementation

static GalPlatform get instance => _instance;
void instance=(GalPlatform instance)

Implementation

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