deepNavigate static method

void deepNavigate(
  1. BlocEventChannel channel,
  2. String deepNavigationString
)

Implementation

static void deepNavigate(
    BlocEventChannel channel, String deepNavigationString) {
  channel.fireEvent(
      NavigationEvent.deepLinkNavigation.event, deepNavigationString);
}