MenuRepository class abstract

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteMenuHistory(MenuHistory history) FutureOr<void>
loadMenuActiveState() FutureOr<(List<String>, String)>
同步/异步 加载菜单树激活信息 List
loadMenuHistory() FutureOr<List<MenuHistory>>
同步/异步 加载菜单历史
loadRootMenu() FutureOr<MenuNode>
同步/异步 加载菜单树数据
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveMenuHistory(MenuHistory history) FutureOr<void>
同步/异步 保存菜单历史
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited