isSupported static method

bool isSupported(
  1. String name
)

Returns true if the protocol is supported

Implementation

static bool isSupported(String name) => _protocols.containsKey(name);