.
This commit is contained in:
@@ -10,7 +10,7 @@ class NavigationService {
|
||||
navigatorKey = GlobalKey<NavigatorState>();
|
||||
}
|
||||
|
||||
Future<dynamic>? navigateToReplacement(String _routeName) {
|
||||
Future<dynamic> navigateToReplacement(String _routeName) {
|
||||
return navigatorKey!.currentState!.pushReplacementNamed(_routeName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user