Files
SpotiFLAC-Mobile/lib/services/app_navigation_service.dart
T
zarzet dcfd95f276 feat(extensions): manual verification help when browser launch fails
Expose a root navigator for global dialogs, show a fallback help sheet
with copy and reopen actions when verification URLs cannot launch, and
schedule the same prompt after a timeout during pending grants.
2026-07-02 01:24:20 +07:00

9 lines
202 B
Dart

import 'package:flutter/material.dart';
class AppNavigationService {
static final GlobalKey<NavigatorState> rootNavigatorKey =
GlobalKey<NavigatorState>();
const AppNavigationService._();
}