SearchCallback typedef

SearchCallback = void Function(List<MenuItem> menuItems)

Implementation

typedef SearchCallback = void Function(List<MenuItem> menuItems);