EstraGames top-level property

TypeGames EstraGames
getter/setter pair

Games Class

Games 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 Games endpoints functions.

void main() async {
print(await EstraGames.truth());
 print(await EstraGames.dare());
}

Implementation

var EstraGames = new TypeGames();