facingMode property

String facingMode

Implementation

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

Implementation

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