menu
arche package
documentation
arche.dart
AsyncKVIO<K, V>
tryGetAsync method
tryGetAsync method
dark_mode
light_mode
tryGetAsync
method
FutureOr
<
V?
>
tryGetAsync
(
K
key
)
Implementation
FutureOr<V?> tryGetAsync(K key) async { return (await readAsync())[key]; }
arche package
documentation
arche
AsyncKVIO<K, V>
tryGetAsync method
AsyncKVIO class