facingMode property

bool get facingMode

Implementation

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

Implementation

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