Provides a client to connect to fwupd - the service that does firmware updates on Linux.
import 'package:fwupd/fwupd.dart';
var client = FwupdClient();
await client.connect();
print('Running fwupd ${client.daemonVersion}');
await client.close();
Contributing to fwupd.dart
We welcome contributions! See the contribution guide for more details.