vibrateTimings property
Set the vibration pattern to use.
Pass in an array of
protobuf.Duration
to turn on or off the vibrator. The first value indicates the Duration
to wait before turning the vibrator on. The next value indicates the
Duration to keep the vibrator on. Subsequent values alternate between
Duration to turn the vibrator off and to turn the vibrator on. If
vibrate_timings is set and default_vibrate_timings is set to true,
the default value is used instead of the user-specified vibrate_timings.
Implementation
core.List<core.String>? vibrateTimings;