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