menu
neomage package
documentation
data/tools/todo_write_tool.dart
TodoStore typedef
TodoStore typedef
dark_mode
light_mode
TodoStore
typedef
TodoStore
=
void Function
(
String
key
,
List
<
TodoItem
>
todos
)
Callback for persisting todos.
Implementation
typedef TodoStore = void Function(String key, List<TodoItem> todos);
neomage package
documentation
data/tools/todo_write_tool
TodoStore typedef
todo_write_tool library