stopDiscovery method

  1. @override
Future<bool> stopDiscovery()
override

Stops discovery of the Wifi Direct network.

Implementation

@override
Future<bool> stopDiscovery() {
  return NearbyServiceAndroidPlatform.instance.stopDiscovery();
}