endPushStream method

void endPushStream()

Implementation

void endPushStream() {
  if (_engine == ffi.nullptr) return;
  _endPushStream(_engine);
}