DEFAULT_METHODS constant

List<List<String>> const DEFAULT_METHODS

Implementation

static const List<List<String>> DEFAULT_METHODS = [
  [
    MethodConstants.WC_SESSION_PROPOSE,
    MethodConstants.WC_SESSION_REQUEST,
  ],
];