successHandler property
success handler for custom logic
Implementation
CleanSuccessHandler<T, E> get successHandler => (data) => CleanState.success(
data: data,
/// this is a hack to force build the widget
refresh: Random().nextBool(),
);