menu
quran_widget_flutter package
documentation
data_source/local/dao/recitation_dao.dart
RecitationDao
findAllRecitations abstract method
findAllRecitations abstract method
dark_mode
light_mode
findAllRecitations
abstract method
@Query('SELECT * FROM Recitation')
Future
<
List
<
Recitation
>
>
findAllRecitations
(
)
Implementation
@Query('SELECT * FROM Recitation') Future<List<Recitation>> findAllRecitations();
quran_widget_flutter package
documentation
data_source/local/dao/recitation_dao
RecitationDao
findAllRecitations abstract method
RecitationDao class