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