updateUserProfilePictureCustomResponseParser property

String? Function(Response body)? updateUserProfilePictureCustomResponseParser
final

Provides a way to parse API response, you should return a url to fetch the new image

Implementation

final String? Function(Response body)? updateUserProfilePictureCustomResponseParser;