facingMode property

bool facingMode

Implementation

bool get facingMode => js_util.getProperty(this, 'facingMode');
void facingMode=(bool newValue)

Implementation

set facingMode(bool newValue) {
  js_util.setProperty(this, 'facingMode', newValue);
}