boot abstract method

FutureOr<void> boot()

register anything you want inside the service container boot your classes here the app won't unless all Launchers are done

Implementation

FutureOr<void> boot();