NotificationClickHandler typedef

NotificationClickHandler = dynamic Function(Map<String, dynamic> message)

Implementation

typedef NotificationClickHandler = Function(
    Map<String, dynamic> notificationData);