OTA Update attempt
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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>();
|
||||
Reference in New Issue
Block a user