feat: 新增媒体通知

This commit is contained in:
Riri
2023-10-25 16:27:14 +08:00
parent eda8a5c6a7
commit 0a5dea0535
16 changed files with 235 additions and 21 deletions

View File

@ -0,0 +1,8 @@
import 'audio_handler.dart';
late VideoPlayerServiceHandler videoPlayerServiceHandler;
Future<void> setupServiceLocator() async {
final audio = await initAudioService();
videoPlayerServiceHandler = audio;
}