getParameters property

(Map<String, dynamic> Function(MediaType?, String)?) getParameters
final

An optional callback used to parse the response from a server who does not follow the OAuth 2.0 spec.

Implementation

final Map<String, dynamic> Function(MediaType?, String)? getParameters;