disableBluetooth method
Disables bluetooth.
Doesn't work on Android versions lower than 12.
Implementation
Future<void> disableBluetooth() => _platform.mobile.disableBluetooth();
Disables bluetooth.
Doesn't work on Android versions lower than 12.
Future<void> disableBluetooth() => _platform.mobile.disableBluetooth();