startSearching method

void startSearching()

Implementation

void startSearching(){
  if(_startProcessingTask != null) _startProcessingTask!();
}