Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
body: Center(
child: ElevatedButton(
onPressed: () async {
await homePageData.saveJsonData(rawData);
homePageData.getJsonData();
},
child: const Text('Save Data'),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment