defaultVibrateTimings property

bool? get defaultVibrateTimings

If set to true, use the Android framework's default vibrate pattern for the notification. Default values are specified in {@link https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/values/config.xml | config.xml}. If default_vibrate_timings is set to true and vibrate_timings is also set, the default value is used instead of the user-specified vibrate_timings.

Implementation

external bool? get defaultVibrateTimings;