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