instance property

Implementation

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

Implementation

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