facingMode property

dynamic facingMode

Implementation

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

Implementation

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