updated p2p transaction to use json

This commit is contained in:
Zachary Atkins
2021-04-11 01:43:11 -05:00
parent fc08292542
commit 0b803719a0
2 changed files with 15 additions and 8 deletions

View File

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