stopSearching method

Future<void> stopSearching()

Implementation

Future<void> stopSearching() {
  _startSearching = false;
  return _controller.stopSearching();
}