getListResponseParser property

List<AppNotification> Function(Response response)? getListResponseParser
final

Provides a way to transform Notification response by providing a map body

Implementation

final List<AppNotification> Function(Response response)? getListResponseParser;