updating poll duration
This commit is contained in:
@@ -14,7 +14,7 @@ class GatewayModel {
|
||||
bool isCancelled = false;
|
||||
int count = 0;
|
||||
int pollAttempt = 0;
|
||||
int pollMaxAttempts = 20;
|
||||
int pollMaxAttempts = 30;
|
||||
}
|
||||
|
||||
class GatewayController extends ChangeNotifier {
|
||||
|
||||
Reference in New Issue
Block a user