emit method

void emit(
  1. SdkEvent e
)

Emits e to current listeners.

Implementation

void emit(SdkEvent e) => _controller.add(e);