facingMode property
String
get
facingMode
Implementation
String get facingMode => js_util.getProperty(this, 'facingMode');
set
facingMode
(String newValue)
Implementation
set facingMode(String newValue) {
js_util.setProperty(this, 'facingMode', newValue);
}