removeHistory method

void removeHistory(
  1. MenuHistory history
)

Implementation

void removeHistory(MenuHistory history) =>
    read<MenuHistoryBloc>().removeHistory(history);