stateOff constant

BluetoothState const stateOff

Shows that bluetooth state is off.

Implementation

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