menu
quran_widget_flutter package
documentation
data_source/local/dao/glyph_dao.dart
GlyphDao
findGlyphById abstract method
findGlyphById abstract method
dark_mode
light_mode
findGlyphById
abstract method
@Query('SELECT * FROM Glyph WHERE id = :id')
Stream
<
Glyph
?
>
findGlyphById
(
int
id
)
Implementation
@Query
(
'SELECT * FROM Glyph WHERE id = :id'
) Stream<Glyph?> findGlyphById(
int
id);
quran_widget_flutter package
documentation
data_source/local/dao/glyph_dao
GlyphDao
findGlyphById abstract method
GlyphDao class
Constructors
GlyphDao
Properties
hashCode
runtimeType
Methods
deleteGlyph
findAllGlyphs
findGlyphById
insertGlyph
noSuchMethod
toString
updateGlyph
Operators
operator ==