HooksmanApp constructor
const
HooksmanApp({
- required PendingHook pendingHook,
- required String nameOfHook,
- required bool debug,
- required Steps steps,
- Key? key,
Implementation
const HooksmanApp({
required this.pendingHook,
required this.nameOfHook,
required this.debug,
required this.steps,
super.key,
});