saveMenuHistory abstract method

FutureOr<void> saveMenuHistory(
  1. MenuHistory history
)

同步/异步 保存菜单历史

Implementation

FutureOr<void> saveMenuHistory(MenuHistory history);