getWifiName method

Future<String?> getWifiName()

Obtains the wifi name (SSID) of the connected network

Implementation

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