Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -28,6 +28,7 @@ Add GetKey to your MaterialApp and enjoy: | @@ -28,6 +28,7 @@ Add GetKey to your MaterialApp and enjoy: | ||
| 28 | ```dart | 28 | ```dart |
| 29 | MaterialApp( | 29 | MaterialApp( |
| 30 | navigatorKey: Get.key, | 30 | navigatorKey: Get.key, |
| 31 | + // navigatorKey: Get.addKey(Modular.navigatorKey), // to modular users | ||
| 31 | home: MyHome(), | 32 | home: MyHome(), |
| 32 | ) | 33 | ) |
| 33 | ``` | 34 | ``` |
-
Please register or login to post a comment