getNotificationSound method

Future<bool?> getNotificationSound()

This method is used to get the notification sound.

Implementation

Future<bool?> getNotificationSound() async {
  throw UnimplementedError('has not been implemented.');
}