internalOnlyDispatcher method

AFDispatcher internalOnlyDispatcher(
  1. AFConceptualStore conceptual
)

Implementation

AFDispatcher internalOnlyDispatcher(AFConceptualStore conceptual) {
  return internalOnlyStoreEntry(conceptual).dispatcher!;
}