BootstrapService constructor

BootstrapService({
  1. BootstrapConfig? config,
  2. void onLog(
    1. String message
    )?,
  3. void onProgress(
    1. BootstrapProgress progress
    )?,
})

Implementation

BootstrapService({BootstrapConfig? config, this.onLog, this.onProgress})
  : config = config ?? const BootstrapConfig();