stopDiscovery method

dynamic stopDiscovery()

Implementation

stopDiscovery() {
  _channel.invokeMethod("stopDiscovery", new Map());
}