stateOn constant

BluetoothState const stateOn

Shows that bluetooth state is on.

Implementation

static const stateOn = BluetoothState.init(
  'STATE_ON',
);