sendEvent property

Future<void> Function(BlocEvent event) sendEvent
final

Send an async event to the bloc

Implementation

final Future<void> Function(BlocEvent event) sendEvent;