QuranDataProvider class

Inheritance

Constructors

QuranDataProvider({required String assetPath})

Properties

assetPath String
final
hashCode int
The hash code for this object.
no setterinherited
networkConfig DzikrNetworkConfig
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCompleteQuranAsset() Future<List<QuranPageResponse>>
getCompleteResultQuranData() Future<List<QuranPage>>
getJuzList() Future<QuranJuzs>
getLastOpenedPageIndex() Future<int>
getSurahList() Future<QuranChapters>
getWordSpacing(List<Words> line) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLastOpenedPageIndex(int page) Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited