menu
talos_commons package
documentation
utils/call_context.dart
CallContext
setError method
setError method
dark_mode
light_mode
setError
method
void
setError
(
String
?
msg
)
Implementation
void setError(String? msg) { log(msg); _message = msg; isError = true; }
talos_commons package
documentation
utils/call_context
CallContext
setError method
CallContext class