Examples
All examples of EstraAPI will be in this page with Dart Language
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