start method
Implementation
@override
void start(SendEventsToBloc sendEventsToBloc) {
_sendEventsToBloc = sendEventsToBloc;
_isStarted = true;
sendEventsToBloc(eventsJson);
}
@override
void start(SendEventsToBloc sendEventsToBloc) {
_sendEventsToBloc = sendEventsToBloc;
_isStarted = true;
sendEventsToBloc(eventsJson);
}