bool isTypeSupported(
String keySystem,
String contentType
)

Not documented.

Source

@DomName('MediaKeys.isTypeSupported')
@DocsEditable()
@Experimental() // untriaged
static bool isTypeSupported(String keySystem, String contentType) => _blink.BlinkMediaKeys.instance.isTypeSupported_Callback_2_(keySystem, contentType);