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