We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb26952 commit ada7d29Copy full SHA for ada7d29
README.md
@@ -207,7 +207,8 @@ is an implementation on top of the
207
…
208
final secStorage = FlutterSecureStorage(…);
209
final JsonCache jsonCache = JsonCacheSecStorage(secStorage);
210
- // Write a simple string value defining it as a key of the literal map.
+ // In order to write a string value, define it as a map key whose associated
211
+ // value is a boolean placeholder value set to 'true'.
212
final Map<String, dynamic> info = {'an secret info': true};
213
jsonCache.refresh('secret', info);
214
0 commit comments