setNotificationSound static method

dynamic setNotificationSound(
  1. bool enable
)

Implementation

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