Skip to content

Instantly share code, notes, and snippets.

@VB10
Created June 6, 2021 01:56
Show Gist options
  • Save VB10/10c45ae8ab3fc5e1454b2c7f3b3b10bb to your computer and use it in GitHub Desktop.
Save VB10/10c45ae8ab3fc5e1454b2c7f3b3b10bb to your computer and use it in GitHub Desktop.
@override
Future<void> cacheIt() async {
final file = await createDirectoryWithPath();
item.itemValues = encrypData.crypteFile(item.itemValues ?? '');
await file.writeAsString(jsonEncode(item));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment