AFAsyncQuery<TResponse> constructor
AFAsyncQuery<TResponse> ({
- AFID? id,
- AFOnResponseDelegate<
TResponse> ? onSuccess, - AFOnErrorDelegate? onError,
- AFPreExecuteResponseDelegate<
TResponse> ? onPreExecuteResponse, - int? simulatedLatencyFactor,
Implementation
AFAsyncQuery({
AFID? id,
this.onSuccess,
this.onError,
this.onPreExecuteResponse,
this.simulatedLatencyFactor,
}): super(id: id) {
conceptualStore = AFibF.g.activeConceptualStore;
}