checkWifiEnabled method

Future<bool> checkWifiEnabled()

Implementation

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