isWifiEnabled method

Future<bool?> isWifiEnabled()

Implementation

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