instance property

BlueBreezePlatform get instance

Implementation

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

Implementation

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