mdns: Add extra comments

This way I know how to continue working on this when I feel like it.
This commit is contained in:
Vishesh Handa
2020-09-24 20:53:12 +02:00
parent 8032a5ca5a
commit 1f32a3c10e

View File

@ -35,3 +35,9 @@ Future<void> main() async {
print('Done.'); print('Done.');
} }
// Use connectivity plugin to get ssid info when connected to the wifi network
// https://stackoverflow.com/questions/55716751/flutter-ios-reading-wifi-name-using-the-connectivity-or-wifi-plugin/55732656#55732656
// For Registering on Mobiles -
// https://pub.dev/packages/bonsoir