setCooeeInAppNotificationAction method

void setCooeeInAppNotificationAction(
  1. CooeeInAppNotificationButtonClickedHandler? handler
)

Define a method to handle inApp notification button clicked

Implementation

void setCooeeInAppNotificationAction(
    CooeeInAppNotificationButtonClickedHandler? handler) {
  cooeeInAppNotificationButtonClickedHandler = handler;
}