enableVibration property

bool enableVibration
final

Indicates if vibration should be enabled when the notification is displayed. Tied to the specified channel and cannot be changed after the channel has been created for the first time.

Implementation

//
/// Tied to the specified channel and cannot be changed after the channel has
/// been created for the first time.
final bool enableVibration;