Bootable typedef

Bootable = FutureOr<void> Function(ProviderContainer)

Bootable type, will be call when call Runner.run, it only run exact one time.

Implementation

typedef Bootable = FutureOr<void> Function(ProviderContainer);