instance property

The default instance of ShararaBluetoothPlatform to use.

Defaults to MethodChannelShararaBlu.

Implementation

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

Implementation

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