disableBluetooth method

Future<void> disableBluetooth()

Disables bluetooth.

Doesn't work on Android versions lower than 12.

Implementation

Future<void> disableBluetooth() => _platform.mobile.disableBluetooth();