menu
in_app_configs package
documentation
configs.dart
ConfigsDelegate
cache abstract method
cache abstract method
dark_mode
light_mode
cache
abstract method
Future
<
Map
?
>
cache
(
String
name
,
String
path
)
inherited
Load from cache (e.g. SharedPreferences, SQLite).
Implementation
Future<Map?> cache(String name, String path);
in_app_configs package
documentation
configs
ConfigsDelegate
cache abstract method
ConfigsDelegate class