customFetchUserInformationResponseMapper property
FutureOr<Map<String, dynamic> > Function(Map<String, dynamic> data)?
customFetchUserInformationResponseMapper
final
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;