Skip to main content

searchActive method

void searchActive ()

Implementation

void searchActive() {
if (searchFocus.hasFocus) {
organizations = [];
searching = true;
setState(ViewState.idle);
}
}