conversationsBloc property

ConversationsBloc? conversationsBloc
final

conversationsBloc Optional external ConversationsBloc instance. If provided, this bloc will be used instead of creating a new one internally. This allows for custom bloc implementations with overridden hooks.

Implementation

final ConversationsBloc? conversationsBloc;