event broadcasting and listening

This commit is contained in:
2024-09-08 17:30:33 -04:00
parent 8a42093c6d
commit 41b0cb8067
2 changed files with 18 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ import 'Globals.dart';
import 'YthingRadio.dart';
Future<void> main() async {
setupListenHandler();
await setupListenHandler();
runApp(const YthingRadio());
}