fetchRecitationsVersesList method

Future<List<RecitationVerses>?> fetchRecitationsVersesList(
  1. int recitationId
)

Implementation

Future<List<RecitationVerses>?> fetchRecitationsVersesList(int recitationId) => _recitationVersesRepository.fetchRecitationsVersesList(recitationId);