checkWifiEnabled method

Future<bool?> checkWifiEnabled()

Implementation

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