connectionTypes constant

List<String> const connectionTypes

Supported connection types

Implementation

static const List<String> connectionTypes = [
  'long-polling',
  'cross-origin-long-polling',
  'callback-polling',
  'websocket',
  'eventsource',
  'in-process'
];