openBluetoothSettings method
Request to open Bluetooth Settings from device.
For iOS, this will does nothing because of private method.
Implementation
@override
Future<bool> openBluetoothSettings() async => await _channel.invokeMethod('openBluetoothSettings');