getBluetoothHealth method

  1. @override
Future<Map<String, dynamic>> getBluetoothHealth()
override

Raw Bluetooth adapter map from the host.

Implementation

@override
Future<Map<String, dynamic>> getBluetoothHealth() async {
  return const <String, dynamic>{
    'is_supported': false,
    'is_enabled': false,
    'state': 'unavailable',
  };
}