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