passo_mobile_app/lib/utils/global_context.dart

7 lines
152 B
Dart
Raw Permalink Normal View History

2023-01-23 03:02:59 +00:00
import 'package:flutter/material.dart';
class NavigationService {
static GlobalKey<NavigatorState> navigatorKey =
GlobalKey<NavigatorState>();
}