stateResetting constant

BluetoothState const stateResetting

Shows that bluetooth state is resetting.

Only for iOS

Implementation

static const stateResetting = BluetoothState.init(
  'STATE_RESETTING',
  isAndroid: false,
);