getBluetoothHealth method

Future<Map<String, dynamic>> getBluetoothHealth()

Raw Bluetooth adapter map from the host.

Implementation

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