EstraAniGames top-level property

TypeAniGames EstraAniGames
getter/setter pair

AniGames Class

AniGames Class Have Their Own Endpoint Functions, Once You Put The Correct Endpoint, It Will Return Normally, But Once You Put The Invalid Endpoint It Will Gives You an Error Messages.

Examples

This is an simple example of an AniGame endpoints functions.

void main() async {
 print(await EstraAniGames.truth());
 print(await EstraAniGames.waifu());
}

Implementation

var EstraAniGames = new TypeAniGames();