toInAppNotification function
- AppNotification notification
Implementation
InAppNotification toInAppNotification(AppNotification notification) {
return InAppNotification(
title: notification.getDisplayTitle(),
subtitle: notification.getFullDisplayBody(),
);
}