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