emitError method

void emitError(
  1. dynamic e
)

Implementation

void emitError(dynamic e) => _emitState(BitState.error(e));