SearchService class
SearchService A class that responsible on searching in Quran verses text.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
String text) → Future< List< Verse> > - search Future List of Verse method that making searching in all verses texts.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited