menu
quran_widget_flutter package
documentation
data_source/local/dao/chapter_dao.dart
ChapterDao
findChapterById abstract method
findChapterById abstract method
dark_mode
light_mode
findChapterById
abstract method
@Query('SELECT * FROM Chapter WHERE id = :id')
Stream
<
Chapter
?
>
findChapterById
(
int
id
)
Implementation
@Query('SELECT * FROM Chapter WHERE id = :id') Stream<Chapter?> findChapterById(int id);
quran_widget_flutter package
documentation
data_source/local/dao/chapter_dao
ChapterDao
findChapterById abstract method
ChapterDao class