ReceiveNotificationParam typedef
ReceiveNotificationParam =
void Function(String? payload)
Implementation
typedef void ReceiveNotificationParam(String? payload);
typedef void ReceiveNotificationParam(String? payload);