load about from remote url

This commit is contained in:
2024-09-23 20:10:08 -04:00
parent 7e6aaf40c4
commit 426c6b7567
3 changed files with 28 additions and 26 deletions

View File

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