bluetooth method

Future<bool?> bluetooth()

蓝牙 Open Android settings in Bluetooth section. returns operation successful or failure.

Implementation

Future<bool?> bluetooth() {
  return postMessage<bool?>(action: 'android.settings.BLUETOOTH_SETTINGS');
}