instance property

Implementation

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

Implementation

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