canonical / nm.dart

Native Dart client library to access NetworkManager on Linux.
https://pub.dev/packages/nm
Mozilla Public License 2.0
29 stars 11 forks source link

Reformatting and added Future<void> return type in functions #6

Closed yash1200 closed 4 years ago

yash1200 commented 4 years ago

Change return type from void to Future<void> in connect and delete functions (Dart analyzer was giving warnings about it), and some reformatting also.

robert-ancell commented 4 years ago

Thanks @yash1200!