Implement fetch timer with 30 timeout along with connection timer
This commit is contained in:
@ -505,6 +505,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
|
||||
String message = _lastErrorMessage;
|
||||
SnackBarAction action;
|
||||
switch (_errorCodeToBeShown) {
|
||||
case 9:
|
||||
case 1: {
|
||||
action = SnackBarAction(
|
||||
label: "Retry",
|
||||
|
Reference in New Issue
Block a user