enableWifi method

Future<void> enableWifi()

Enables Wi-Fi.

Implementation

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