disableWifi method

Future<void> disableWifi()

Implementation

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