menu
flutter_meteor package
documentation
cache/shared_memory_cache.dart
SharedMemoryCache
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
Future
<
int
?
>
getInt
(
String
key
)
Implementation
static Future<int?> getInt(String key) async { return await _cacheApi.getInt(key); }
flutter_meteor package
documentation
cache/shared_memory_cache
SharedMemoryCache
getInt static method
SharedMemoryCache class