simonkenyongithub
Results
1
issues of
simonkenyongithub
in the documentation (https://pub.dev/packages/async_redux#giving-better-error-messages) the code: ` class LogoutAction extends ReduxAction { @override Future reduce() async { ... } @override Object wrapError(error) => LogoutError("Logout failed.", cause: error); }` is incorrect....