popDeepNavigation static method

void popDeepNavigation(
  1. BlocEventChannel channel
)

Implementation

static void popDeepNavigation(BlocEventChannel channel) {
  channel.fireEvent<void>(NavigationEvent.popDeepNavigation.event, null);
}