menu
flo_cli package
documentation
core/config/config_service.dart
ConfigService
load abstract method
load abstract method
dark_mode
light_mode
load
abstract method
Future
<
void
>
load
(
String
path
)
Loads configuration asynchronously from the file at
path
.
Implementation
Future<void> load(String path);
flo_cli package
documentation
core/config/config_service
ConfigService
load abstract method
ConfigService class