getBluetoothHealth method
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',
};
}