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