AFIsolateListenerQuery<TMessage> constructor
AFIsolateListenerQuery<TMessage> ({
- AFID? id,
- AFOnResponseDelegate<
TMessage> ? onSuccess, - AFOnErrorDelegate? onError,
- AFPreExecuteResponseDelegate<
TMessage> ? onPreExecuteResponse,
Implementation
AFIsolateListenerQuery({
AFID? id,
AFOnResponseDelegate<TMessage>? onSuccess,
AFOnErrorDelegate? onError,
AFPreExecuteResponseDelegate<TMessage>? onPreExecuteResponse
}): super(
id: id,
onSuccess: onSuccess,
onError: onError,
onPreExecuteResponse: onPreExecuteResponse,
);