getContext static method

NavigationContext getContext()

Implementation

static NavigationContext getContext() {
  NavigationContext._channel = _channel;
  return const NavigationContext();
}