NativeWebSocketTransport.withMsgpackSerializer constructor
NativeWebSocketTransport.withMsgpackSerializer(])
Implementation
factory NativeWebSocketTransport.withMsgpackSerializer(
String url, [
Map<String, dynamic>? headers,
bool allowInsecureCertificates = false,
String? libraryPath,
int? fragmentSize,
]) => throw UnsupportedError('Native transports require dart:io.');