setNotificationVibration method

dynamic setNotificationVibration(
  1. bool enable
)

This method is used to set the notification vibration.

Implementation

setNotificationVibration(bool enable) {
  throw UnimplementedError('has not been implemented.');
}