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