Open iOS settings in Bluetooth section. returns operation successful or failure.
Bluetooth
Future<bool?> bluetooth() { return postMessage<bool?>(action: 'App-prefs:=Bluetooth'); }