instance property

BlueConicPlatform get instance

Implementation

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

Implementation

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