chatShellNavigatorKey property

GlobalKey<NavigatorState> chatShellNavigatorKey
final

In-view navigator for sized/floating chat; used to push the dashboard route.

Implementation

final GlobalKey<NavigatorState> chatShellNavigatorKey =
    GlobalKey<NavigatorState>();