wifiName method

Future<String?> wifiName()

Implementation

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