Last updated:
0 purchases
nm
Provides a client to connect to NetworkManager - the service that manages network connections on Linux.
import 'package:nm/nm.dart';
var client = NetworkManagerClient();
await client.connect();
print('Running NetworkManager ${client.version}');
await client.close();
copied to clipboard
Contributing to nm.dart #
We welcome contributions! See the contribution guide for more details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.