Created
June 6, 2021 01:56
-
-
Save VB10/10c45ae8ab3fc5e1454b2c7f3b3b10bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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