setSupportedCaptureActions method

void setSupportedCaptureActions(
  1. Iterable<String> actions
)

Implementation

void setSupportedCaptureActions(Iterable<String> actions) =>
    js_util.callMethod(this, 'setSupportedCaptureActions', [actions]);