SubscriptionCallback<T> typedef

SubscriptionCallback<T> = bool? Function(T)

Implementation

typedef SubscriptionCallback<T> = bool? Function(T);