sendStream method

void sendStream(
  1. dynamic event
)

Implementation

void sendStream(dynamic event) => _streamController.add(event);