emit method

void emit(
  1. SuggestionState value
)

Implementation

void emit(SuggestionState value) {
  state = value;
  notifyListeners();
}