instance property

NavRouter instance

Implementation

static NavRouter get instance {
  if (_instance == null) {
    throw Exception('NavRouter has not been initialized.');
  }
  return _instance!;
}