This commit is contained in:
2022-10-26 14:53:22 +08:00
parent 72807d7233
commit 875b44ffb9
8 changed files with 28 additions and 37 deletions

View File

@@ -39,11 +39,6 @@ class _ShowSoundMessageState extends State<ShowSoundMessage> {
});
}
});
// eventBus.on().listen((event) {
// if (event == 'stop') {
// stopAndDispose();
// }
// });
}
void stopAndDispose() async {