emitResult method

void emitResult(
  1. ABUSResult result
)

Emit a result through the result stream (for internal system use)

Implementation

void emitResult(ABUSResult result) {
  _emitResult(result);
}