mandatoryConnectionTypes constant

List<String> const mandatoryConnectionTypes

Mandatory connection types that must be supported

Implementation

static const List<String> mandatoryConnectionTypes = [
  'long-polling',
  'callback-polling',
  'in-process'
];