NativeRawSocketTransport.withCborSerializer constructor
NativeRawSocketTransport.withCborSerializer(})
Implementation
factory NativeRawSocketTransport.withCborSerializer(
String host,
int port, {
bool ssl = false,
bool allowInsecureCertificates = false,
int messageLengthExponent = 24,
String? libraryPath,
}) => throw UnsupportedError('Native transports require dart:io.');