add method

void add(
  1. AFAsyncQuery action
)

Implementation

void add(AFAsyncQuery action) {
  queries.add(action);
}