successKey property
When set, a 2xx response whose body[successKey] is falsy is still
treated as a failure (for APIs that return 200 with { "state": false }).
Implementation
final String? successKey;
When set, a 2xx response whose body[successKey] is falsy is still
treated as a failure (for APIs that return 200 with { "state": false }).
final String? successKey;