executeShutdownListenerQuery<TQuery extends AFAsyncListenerQuery> method
Implementation
void executeShutdownListenerQuery<TQuery extends AFAsyncListenerQuery>({ AFID? id }) {
assert(TQuery != AFAsyncListenerQuery);
dispatch(AFShutdownListenerQueryAction(AFObjectWithKey.toKey(TQuery, id)));
}