nm

Creator: coderz1093

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.