onSearch method

void onSearch(
  1. String value
)

Implementation

void onSearch(String value) async {
  messageSearch(value);
}