opened method
Push notification opened state
Implementation
DidUserOpenedNotificationEvent opened() {
return DidUserOpenedNotificationEvent(
title: title,
body: body,
payload: payload,
linkMobile: linkMobile,
);
}
Push notification opened state
DidUserOpenedNotificationEvent opened() {
return DidUserOpenedNotificationEvent(
title: title,
body: body,
payload: payload,
linkMobile: linkMobile,
);
}