mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
11 lines
252 B
Dart
11 lines
252 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
class NavigationService {
|
|
static GlobalKey<NavigatorState> navigatorKey = GlobalKey<NavigatorState>();
|
|
static GlobalKey<ScaffoldMessengerState>? snackbarKey =
|
|
GlobalKey<ScaffoldMessengerState>();
|
|
}
|
|
|
|
|
|
|