emit method

void emit(
  1. M data
)

Implementation

void emit(M data) => _emitState(BitState.data(data));