openBluetoothSettings method

  1. @override
Future<bool> openBluetoothSettings()
override

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');