getWifiSubmask method

Future<String?> getWifiSubmask()

Obtains the submask of the connected wifi network

Implementation

Future<String?> getWifiSubmask() {
  return _platform.getWifiSubmask();
}