deleteAccountCustomResponseParser property

User? Function(Map<String, dynamic> response)? deleteAccountCustomResponseParser
finalinherited

Provides a way to customize the way the response is parsed

Implementation

final User? Function(Map<String, dynamic> response)? deleteAccountCustomResponseParser;