notifyRecursiveSearch method
Broadcast that a search was made in the Card Creator
Implementation
void notifyRecursiveSearch() {
_cardCreatorRecursiveSearchStreamController.add(null);
}
Broadcast that a search was made in the Card Creator
void notifyRecursiveSearch() {
_cardCreatorRecursiveSearchStreamController.add(null);
}