getWifiSubmask method

Future<String?> getWifiSubmask()

Obtains the submask of the connected wifi network

Implementation

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