updateUserInfoCustomRequestMapper property

String Function(Map<String, dynamic> userInfo)? updateUserInfoCustomRequestMapper
final

Provides a way to customize the payload sent to the updateUserInfoApiEndPoint call

Implementation

final String Function(Map<String, dynamic> userInfo)? updateUserInfoCustomRequestMapper;