BootstrapService constructor
BootstrapService({
- BootstrapConfig? config,
- void onLog(
- String message
- void onProgress(
- BootstrapProgress progress
Implementation
BootstrapService({BootstrapConfig? config, this.onLog, this.onProgress})
: config = config ?? const BootstrapConfig();