Examples

All examples of EstraAPI will be in this page with Dart Language

For more examples, please check out our EstraDart Github

-> https://github.com/StawaDev/EstraDart

Simple Print Examples

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!
}

Last updated