getNotificationSound method

Future<bool?> getNotificationSound()

Implementation

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