All examples of EstraAPI will be in this page with Dart Language
Last updated 3 years ago
For more examples, please check out our EstraDart Github
->
library Estra; import 'package:estradart/estradart.dart'; void main() async { print("Slap GIF: ${await EstraSFW.slap()}"); print("Run GIF: ${await EstraSFW.run()}"); print("Truth Challenge: ${await EstraGames.truth()}"); // More EndPoint Use EstraHelp Function! }