extensions property - WebSocket class - dart:io library (original) (raw)
String getextensions
The extensions property is initially the empty string. After the WebSocket connection is established this string reflects the extensions used by the server.
Implementation
String get extensions;