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