customFetchUserInformationResponseMapper property

FutureOr<Map<String, dynamic>> Function(Map<String, dynamic> data)? customFetchUserInformationResponseMapper
finalinherited

Provides a way to transform fetchUserInformationAPIendpoint response to user map, then customUserMapper will be used to the

Implementation

final FutureOr<Map<String, dynamic>> Function(Map<String, dynamic> data)? customFetchUserInformationResponseMapper;