OtakuSan class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
loadMangaInfo(
{required MangaBase manga}) → Future< Manga> -
Loads the manga information for the given
manga
. -
read(
Uri uri) → Future< List< Uri> > -
Reads the content of the given
uri
and returns a list of URIs for the images found. -
search(
String name) → Future< List< MangaBase> > -
Searches for manga with the given
name
on Otakusan website.