stateTurningOn constant

BluetoothState const stateTurningOn

Shows that bluetooth state is turning on.

Only in Android

Implementation

static const stateTurningOn = BluetoothState.init(
  'STATE_TURNING_ON',
  isIOS: false,
);