processQuery method
Implementation
void processQuery(AFAsyncQuery q, AFStore store, AFDispatcher dispatcher) {
AFibD.logQueryAF?.d("Processing ${q.runtimeType} for test $testID");
AFStateTest.processQuery(this, q, store, dispatcher);
}
void processQuery(AFAsyncQuery q, AFStore store, AFDispatcher dispatcher) {
AFibD.logQueryAF?.d("Processing ${q.runtimeType} for test $testID");
AFStateTest.processQuery(this, q, store, dispatcher);
}