get static method

UINavigator get()

Implementation

static UINavigator get() {
  _instance ??= UINavigator._();
  return _instance!;
}