setNotificationVibration static method

dynamic setNotificationVibration(
  1. bool enable
)

Implementation

static setNotificationVibration(bool enable) {
  return FlyChatFlutterPlatform.instance.setNotificationVibration(enable);
}