supportsOperation abstract method

  1. @experimental
bool supportsOperation(
  1. OperationType operationType,
  2. String? subprotocol
)

Indicates whether this ProtocolClientFactory supports a given operationType and subprotocol.

Implementation

@experimental
bool supportsOperation(OperationType operationType, String? subprotocol);