setNotificationSound method

dynamic setNotificationSound(
  1. bool enable
)

This method is used to set the notification sound.

Implementation

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