openBluetoothSettings method

Future<Map?> openBluetoothSettings()

Implementation

Future<Map<dynamic, dynamic>?> openBluetoothSettings() {
  throw UnimplementedError(
      'openBluetoothSettings() has not been implemented.');
}