checkpoint

This commit is contained in:
John Smith 2022-09-06 18:59:41 -04:00
parent ca6c616d66
commit a12d8da6d1
9 changed files with 103 additions and 10 deletions

View file

@ -223,6 +223,7 @@ class _MyAppState extends State<MyApp> with UiLoggy {
_updateStream = updateStream;
_updateProcessor = processUpdates();
});
await Veilid.instance.attach();
},
child: const Text('Startup'),
),