UpdateShouldNotify<T> typedef

UpdateShouldNotify<T> = bool Function(T bloc, _BlocProvider<Bloc> oldWidget)

Function used to customize the update policy

Implementation

typedef UpdateShouldNotify<T> = bool Function(T bloc, _BlocProvider oldWidget);