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 globalNavigatorKey = GlobalKey();