instance property

GalPlatform get instance

Implementation

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

Implementation

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