addDispatcher static method

void addDispatcher(
  1. Component component
)
override

Implementation

static void addDispatcher(Component component) {
  Dispatcher.addDispatcher(
    component,
    const NonPrimaryTapDispatcherKey(),
    NonPrimaryTapDispatcher.new,
  );
}