AFDeferredQuery constructor

AFDeferredQuery(
  1. Duration delay, {
  2. AFID? id,
  3. AFOnResponseDelegate<AFUnused>? onSuccess,
})

Implementation

AFDeferredQuery(this.delay, {
  AFID? id,
  AFOnResponseDelegate<AFUnused>? onSuccess
}): super(id: id, onSuccess: onSuccess);