menu
in_app_configs package
documentation
configs.dart
ConfigsDelegate
ready method
ready method
dark_mode
light_mode
ready
method
Future
<
void
>
ready
(
String
name
,
String
path
)
inherited
Lifecycle hook: when data is ready for a path.
Implementation
Future<void> ready(String name, String path) async {}
in_app_configs package
documentation
configs
ConfigsDelegate
ready method
ConfigsDelegate class