Commit 941fdb8
Changed files (1)
app
lib
bluetooth
app/lib/bluetooth/bluetooth_cubit.dart
@@ -51,7 +51,7 @@ class BluetoothCubit extends Cubit<BluetoothState> {
.onDeniedCallback(() => _onAdapterStateChanged(state));
} else {
emit(BluetoothUnauthorized());
- }sta
+ }
case BluetoothAdapterState.off:
case BluetoothAdapterState.turningOff:
case BluetoothAdapterState.turningOn: