menu
in_app_configs package
documentation
configs.dart
ConfigsDelegate
fetch abstract method
fetch abstract method
dark_mode
light_mode
fetch
abstract method
Future
<
Map
?
>
fetch
(
String
name
,
String
path
)
inherited
Fetch data from remote source (e.g. REST, Firebase).
Implementation
Future<Map?> fetch(String name, String path);
in_app_configs package
documentation
configs
ConfigsDelegate
fetch abstract method
ConfigsDelegate class