setWifiEnabled method

Future<bool?> setWifiEnabled(
  1. bool enable
)

Implementation

Future<bool?> setWifiEnabled(bool enable) async {
  throw UnimplementedError('setWifiEnabled() has not been implemented.');
}