enableWifi method

Future<void> enableWifi()

Implementation

Future<void> enableWifi() async {
  _channel.invokeMethod('enableWifi');
}