ImplementingCallback<T> typedef

ImplementingCallback<T> = void Function(T, ProviderContainer)

Callback function will be call when instances of Riverpod providers implementing T type.

Implementation

typedef ImplementingCallback<T> = void Function(T, ProviderContainer);