getConnectedBluetoothDevice method
Implementation
Future<EspBluetoothDevice?> getConnectedBluetoothDevice() {
return EspPlatform.instance.getConnectedBluetoothDevice();
}
Future<EspBluetoothDevice?> getConnectedBluetoothDevice() {
return EspPlatform.instance.getConnectedBluetoothDevice();
}