Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix typo: SSID->BSSID
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince Varga committed Mar 17, 2019
1 parent c77c127 commit 8033d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connectivity/lib/connectivity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> getWifiBSSID() async {
return await methodChannel.invokeMethod('wifiBSSID');
}
Expand Down

0 comments on commit 8033d9e

Please sign in to comment.