solve abstract method
Solves a single JavaScript challenge of the specified type.
Returns the solved challenge as a string.
See solveBulk for bulk solving.
Implementation
Future<String> solve(
String playerUrl, JSChallengeType type, String challenge);