checkWifiService method

Future<bool> checkWifiService()

Checks if Wi-fi is enabled. Wi-fi must be enabled for Android to use the plugin!

Implementation

Future<bool> checkWifiService() {
  return NearbyServiceAndroidPlatform.instance.checkWifiService();
}