activeHistory method

void activeHistory(
  1. String path
)

Implementation

void activeHistory(String path) =>
    read<MenuHistoryBloc>().activeHistory(path);