menu
flutte_clean_cli package
documentation
templates/create_project/app/util/pocket.dart
Pocket
getInt method
getInt method
dark_mode
light_mode
getInt
method
Future
<
int
?
>
getInt
(
String
key
)
Implementation
Future<int?> getInt(String key) async { final prefs = await asyncPrefs; return prefs.getInt(key); }
flutte_clean_cli package
documentation
templates/create_project/app/util/pocket
Pocket
getInt method
Pocket class