menu
tcic_client_ui package
documentation
user_defined/callback/tcic_callback.dart
TCICCallback
handleError method
handleError method
dark_mode
light_mode
handleError
method
void
handleError
(
TCICError
error
)
Implementation
void handleError(TCICError error) { if (_onError != null) { _onError!(error); } }
tcic_client_ui package
documentation
user_defined/callback/tcic_callback
TCICCallback
handleError method
TCICCallback class