setMuteNotification method

dynamic setMuteNotification(
  1. bool enable
)

This method is used to set mute notification.

Implementation

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