getWifiBSSID method

Future<String?> getWifiBSSID()

Obtains the wifi BSSID of the connected network.

Implementation

Future<String?> getWifiBSSID() {
  throw UnimplementedError('getWifiBSSID() has not been implemented.');
}