HooksmanApp constructor

const HooksmanApp({
  1. required PendingHook pendingHook,
  2. required String nameOfHook,
  3. required bool debug,
  4. required Steps steps,
  5. Key? key,
})

Implementation

const HooksmanApp({
  required this.pendingHook,
  required this.nameOfHook,
  required this.debug,
  required this.steps,
  super.key,
});