bootstrap method

Bootstrap bootstrap({
  1. void onUpdate(
    1. Bootstrap
    )?,
})

Implementation

Bootstrap bootstrap({void Function(Bootstrap)? onUpdate}) => Bootstrap(
      encryption: this,
      onUpdate: onUpdate,
    );