customLoginResponseParser property
Provides a way to transform Login response by providing RAW body
Implementation
final FutureOr<AuthenticationData> Function(String response)? customLoginResponseParser;
Provides a way to transform Login response by providing RAW body
final FutureOr<AuthenticationData> Function(String response)? customLoginResponseParser;