蓝牙 Open Android settings in Bluetooth section. returns operation successful or failure.
Bluetooth
Future<bool?> bluetooth() { return postMessage<bool?>(action: 'android.settings.BLUETOOTH_SETTINGS'); }