Interceptor<T> typedef

Interceptor<T> = WillChangeNotification<T>? Function(WillChangeNotification<T>)

Implementation

typedef Interceptor<T> = WillChangeNotification<T>? Function(
    WillChangeNotification<T>);