14 _PendingTransactionsViewState();
17class _PendingTransactionsViewState
extends State<PendingTransactionsView> {
19 final authenticationState = context.read<AuthenticationBloc>().state;
20 if (authenticationState is AuthenticatedState) {
21 String?
partnerId = authenticationState.session.partnerId;
23 context.read<CollectionRequestsHistoryBloc>().add(
final List< CollectionEntity > collections
const LoadOnGoingCollectionRequestsEvent({required this.partnerId})
const LoadOnGoingCollectionRequestsFailure({ required this.failure, })