openBluetoothSettings method

Future<void> openBluetoothSettings()

Implementation

Future<void> openBluetoothSettings() async {
  await _methodChannel.invokeMethod('openBluetoothSettings');
}