supportsClientStreamingRpc property

bool supportsClientStreamingRpc

Check if grpc protocol supports client streaming See https://github.com/grpc/grpc-web/blob/master/doc/interop-test-descriptions.md

Implementation

bool get supportsClientStreamingRpc => !isGrpcWeb;