import 'package:flutter/material.dart'; class NavigationService { static final GlobalKey navigatorKey = GlobalKey(); }