disableWifi method

Future<void> disableWifi()

Disables Wi-Fi.

Implementation

Future<void> disableWifi() => _platform.mobile.disableWifi();