NativeRawSocketTransport.withMsgpackSerializer constructor

NativeRawSocketTransport.withMsgpackSerializer(
  1. String host,
  2. int port, {
  3. bool ssl = false,
  4. bool allowInsecureCertificates = false,
  5. int messageLengthExponent = 24,
  6. String? libraryPath,
})

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.');