findRecitationVersesById abstract method
- @Query('SELECT * FROM RecitationVerses WHERE id = :id')
- int id
Implementation
@Query('SELECT * FROM RecitationVerses WHERE id = :id')
Stream<RecitationVerses?> findRecitationVersesById(int id);
@Query('SELECT * FROM RecitationVerses WHERE id = :id')
Stream<RecitationVerses?> findRecitationVersesById(int id);