MyTimezonePlugin constructor
MyTimezonePlugin([
- Duration _pollingInterval = const Duration(seconds: 30)
Implementation
MyTimezonePlugin([this._pollingInterval = const Duration(seconds: 30)]) {
_eventController = StreamController<Object?>.broadcast(
onListen: _startPolling,
onCancel: _stopPolling,
);
}