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