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