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