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