isTypeSupported method

  1. @DomName('MediaSource.isTypeSupported')
  2. @DocsEditable()
bool isTypeSupported (String type)

Implementation

@DomName('MediaSource.isTypeSupported')
@DocsEditable()
static bool isTypeSupported(String type) native;