instance property

GeohawkPlatform get instance

Implementation

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

Implementation

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