KeepAliveTimerInput constructor

KeepAliveTimerInput({
  1. Timer? existingTimer,
  2. Duration? duration,
  3. void callback(
    1. Timer
    )?,
})

Implementation

KeepAliveTimerInput({this.existingTimer, this.duration, this.callback});