stateTurningOff constant

BluetoothState const stateTurningOff

Shows that bluetooth state is turning off.

Only for Android

Implementation

static const stateTurningOff = BluetoothState.init(
  'STATE_TURNING_OFF',
  isIOS: false,
);