openSystemWiFi static method

dynamic openSystemWiFi()

Implementation

static openSystemWiFi() async {
  if (AliIotPlugin.debug) {
    print("$TAG : openSystemWiFi");
  }
  AliIotPlugin.methodChannel.invokeMethod('openSystemWiFi');
}