stateOff constant

BluetoothState const stateOff

Shows that bluetooth state is off.

Implementation

static const stateOff = BluetoothState.init(
  'STATE_OFF',
);