test_util/presentation_event_catcher library

Functions

catchEventIn<C extends BlocPresentationMixin<S, E>, S, E>(C cubit, List<E> events) → C
Catch events from a BlocPresentationMixin and add them to a list.