setDefaultNotificationSound method

Future setDefaultNotificationSound()

This method is used to set the default notification sound.

Implementation

Future setDefaultNotificationSound() {
  throw UnimplementedError('has not been implemented.');
}