updates to allow server communication

This commit is contained in:
Zachary Atkins
2021-04-11 00:59:30 -05:00
parent be205fddc8
commit d56bad22d0
6 changed files with 69 additions and 32 deletions

View File

@@ -78,4 +78,6 @@ class _HomePageState extends State<HomePage> {
content: Text(a.toString()),
));
}
Future<void> reportExposure() async {}
}