processQuery method

void processQuery(
  1. AFAsyncQuery q,
  2. AFStore store,
  3. AFDispatcher dispatcher
)

Implementation

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