PollingService constructor
PollingService({})
Implementation
PollingService({
required this.onPoll,
this.interval = const Duration(seconds: 3),
this.maxDuration = const Duration(minutes: 1),
this.maxRetries = 5,
this.onLimitReached,
});