instance property

BeaconPlatform get instance

Implementation

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

Implementation

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