Skip to content
module_override_scope โ€บ Typedefs โ€บ BinderOverride typedef

BinderOverride โ€‹

typedef BinderOverride = void Function(dynamic binder)

Callback that applies dependency overrides to the given Binder.

Used by ModuleOverrideScope and ModuleController.overrides to replace or add registrations after the module's own Module.binds runs.