7 lines
267 B
Dart
7 lines
267 B
Dart
import 'package:flutter/widgets.dart';
|
|
|
|
/// Application-wide navigator key used for dialogs and external navigation
|
|
/// triggers (e.g. background message handlers, startup checks).
|
|
final GlobalKey<NavigatorState> globalNavigatorKey =
|
|
GlobalKey<NavigatorState>();
|