navState property

GlobalKey<NavigatorState> navState
final

This global key is used in material app for navigation through firebase notifications. navState usage can be found in notification_notifier.dart file.

Implementation

static final GlobalKey<NavigatorState> navState = GlobalKey<NavigatorState>();