petsHero-AI/lib/features/home/home_playback_resume.dart

5 lines
247 B
Dart
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import 'package:flutter/foundation.dart';
/// 子路由从 Navigator pop 回主导航后,通知首页刷新 [VisibilityDetector](见 [_MainScaffoldState.didPopNext]
final ValueNotifier<int> homePlaybackResumeNonce = ValueNotifier<int>(0);