XtransportCredentials.insecure constructor

const XtransportCredentials.insecure({
  1. String? authority,
})

Disable TLS. RPCs are sent in clear text.

Implementation

const XtransportCredentials.insecure({String? authority})
    : this._(false, null, null, authority, null, null, null, null, null);