getCodec method

Codec? getCodec(
  1. String codecName
)

Get a codec from the registry

Implementation

Codec? getCodec(String codecName) {
  return codecs[codecName];
}