BootConfig constructor
Creates a new BootConfig with the given setup and boot functions.
Implementation
const BootConfig({required this.setup, required this.boot});
Creates a new BootConfig with the given setup and boot functions.
const BootConfig({required this.setup, required this.boot});