menu
tcic_client_ui package
documentation
controller/tcic_contoller.dart
TCICController
getTaskList method
getTaskList method
dark_mode
light_mode
getTaskList
method
Future
<
GetTaskResult
?
>
getTaskList
(
int
seq
)
Implementation
Future<GetTaskResult?> getTaskList(int seq) async { return await _taskController.getTasks(seq); }
tcic_client_ui package
documentation
controller/tcic_contoller
TCICController
getTaskList method
TCICController class