instance property

GromoreInterface get instance

Implementation

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

Implementation

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