1. @DomName('MediaRecorder.isTypeSupported')
  2. @DocsEditable()
  3. @Experimental()
bool isTypeSupported(String type)

Source

@DomName('MediaRecorder.isTypeSupported')
@DocsEditable()
@Experimental() // untriaged
static bool isTypeSupported(String type) =>
    _blink.BlinkMediaRecorder.instance.isTypeSupported_Callback_1_(type);