We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aecbc2 commit 756958cCopy full SHA for 756958c
lib/app.dart
@@ -139,6 +139,7 @@ mixin HttpErrorListener on State<FlutterReduxApp> {
139
case 404:
140
Fluttertoast.showToast(
141
msg: GSYLocalizations.i18n(_context).network_error_404);
142
+ break;
143
case 422:
144
145
msg: GSYLocalizations.i18n(_context).network_error_422);
0 commit comments