onEose method

void onEose()

Implementation

void onEose() {
  if (_eoseReceived.isCompleted) {
    return;
  }
  _eoseReceived.complete();
}