Closed
Description
I am currently using dart grpc-web using GrpcWebClientChannel.xhr
I was looking for a secure channel like ChannelCredentials.secure
for web. My end goal is to establish a minimal security between the client and server ( golang grpc )
Is there are any other way to achieve this ? Or should I have to wait for GrpcWebClientChannel.secure
?