RegisterHookCallbacksFn typedef

RegisterHookCallbacksFn = void Function(Map<String, List<Map<String, dynamic>>> callbacks)

Callback type for file-access hook registration.

Implementation

typedef RegisterHookCallbacksFn =
    void Function(Map<String, List<Map<String, dynamic>>> callbacks);