diff --git a/packages/connectivity/lib/connectivity.dart b/packages/connectivity/lib/connectivity.dart index 1d908661d2ad..1e10451c3dd7 100644 --- a/packages/connectivity/lib/connectivity.dart +++ b/packages/connectivity/lib/connectivity.dart @@ -90,7 +90,7 @@ class Connectivity { /// Please note that it DOESN'T WORK on emulators (returns null). /// /// From android 8.0 onwards the GPS must be ON (high accuracy) - /// in order to be able to obtain the SSID. + /// in order to be able to obtain the BSSID. Future getWifiBSSID() async { return await methodChannel.invokeMethod('wifiBSSID'); }