menu
flutter_chen_common package
documentation
widgets/refresh/refresh_state.dart
RefreshState<T>
clearError method
clearError method
dark_mode
light_mode
clearError
method
void
clearError
(
)
Implementation
void clearError() { _error = null; }
flutter_chen_common package
documentation
widgets/refresh/refresh_state
RefreshState<T>
clearError method
RefreshState class