instance property

BlePlatform get instance

Implementation

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

Implementation

static set instance(BlePlatform instance) {
  PlatformInterface.verifyToken(instance, _token);

  _instance = instance;
}