openSettings method

Future<void> openSettings()

Opens the Bluetooth platform system settings.

Implementation

Future<void> openSettings() async =>
    await _methodChannel.invokeMethod('openSettings');