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