getConnectedBluetoothDevice method

Future<EspBluetoothDevice?> getConnectedBluetoothDevice()

Implementation

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