vibrate property

dynamic vibrate

Implementation

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

Implementation

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