solve abstract method

Future<String> solve(
  1. String playerUrl,
  2. JSChallengeType type,
  3. String challenge
)

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);