BootDefinition typedef

BootDefinition = void Function(Bootable , {int priority})

Define boot will be run with priority given uses to ordering boots, higher priority will be run first.

Implementation

typedef BootDefinition = void Function(Bootable, {int priority});