facingMode property

Iterable<String> facingMode

Implementation

Iterable<String> get facingMode => js_util.getProperty(this, 'facingMode');
void facingMode=(Iterable<String> newValue)

Implementation

set facingMode(Iterable<String> newValue) {
  js_util.setProperty(this, 'facingMode', newValue);
}