stateUnauthorized constant

BluetoothState const stateUnauthorized

Shows that bluetooth state is unauthorized.

Only for iOS

Implementation

static const stateUnauthorized = BluetoothState.init(
  'STATE_UNAUTHORIZED',
  isAndroid: false,
);