menu
flutter_inapp_chat package
documentation
view_models/inapp_chat.vm.dart
InappChatViewModel
clearErrors method
clearErrors method
dark_mode
light_mode
clearErrors
method
void
clearErrors
(
)
inherited
Clears all the errors
Implementation
void clearErrors() { _errorStates.clear(); }
flutter_inapp_chat package
documentation
view_models/inapp_chat.vm
InappChatViewModel
clearErrors method
InappChatViewModel class