mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 09:56:23 +03:00
6 lines
147 B
Dart
6 lines
147 B
Dart
import 'package:flutter/widgets.dart';
|
|
|
|
class NavigationService {
|
|
static GlobalKey<NavigatorState> navigatorKey = GlobalKey<NavigatorState>();
|
|
}
|