commands/create/create_hook library

Classes

CreateHookResult
The result of createHook function.

Enums

CreateHookType
Enumerates available hook types.

Functions

createHook({required String hookName, required CreateHookType hookType, required String path}) Future<CreateHookResult>
Creates a new hook.