openBluetoothSettings method

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

Implementation

@override
Future<void> openBluetoothSettings() async {
  return await methodChannel.invokeMethod('openBluetoothSettings');
}