setMuteNotification static method

dynamic setMuteNotification(
  1. bool enable
)

Implementation

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