notifyRecursiveSearch method

void notifyRecursiveSearch()

Broadcast that a search was made in the Card Creator

Implementation

void notifyRecursiveSearch() {
  _cardCreatorRecursiveSearchStreamController.add(null);
}