onError method
Called when action execution fails
Implementation
Future<void> onError(Object error, StackTrace stackTrace, Action action) async {}
Called when action execution fails
Future<void> onError(Object error, StackTrace stackTrace, Action action) async {}