CaptchaException class Null safety
Exception thrown when the API server returns a 403 error requiring completion of a captcha
For more info on MangaDex API's captchas check this part of their API
For sending the captcha result use the solveCaptcha function
- Implemented types
Constructors
- CaptchaException(String sitekey, {String message = ''})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited