getRecitationsInfo method

Future<QiraatWordInfo?> getRecitationsInfo(
  1. WordRef ref
)

Implementation

Future<QiraatWordInfo?> getRecitationsInfo(WordRef ref) =>
    _repository.getWordInfo(kind: WordInfoKind.recitations, ref: ref);