menu
te_widgets package
documentation
widgets/list/controller/list_controller.dart
TListController<T, K>
handleError method
handleError method
dark_mode
light_mode
handleError
method
void
handleError
(
TListError
error
)
Implementation
void handleError(TListError error) { updateState(who: 'handleError', error: error); }
te_widgets package
documentation
widgets/list/controller/list_controller
TListController<T, K>
handleError method
TListController class