BindFunc typedef

BindFunc = void Function(Binder binder)

A function used to add the bindings to an Injector.

Implementation

typedef void BindFunc(Binder binder);