isStreamingClosed method

bool isStreamingClosed()

Implementation

bool isStreamingClosed() {
  return gRpcRequestStreamController.isClosed;
}