BlocEventPredicate typedef

  1. @visibleForTesting
BlocEventPredicate = bool Function(AuthState state)

Implementation

@visibleForTesting
typedef BlocEventPredicate = bool Function(AuthState state);