stateUnknown constant

BluetoothState const stateUnknown

Shows that bluetooth state is unknown. This is the default.

Implementation

static const stateUnknown = BluetoothState.init(
  'STATE_UNKNOWN',
);