opened method

Push notification opened state

Implementation

DidUserOpenedNotificationEvent opened() {
  return DidUserOpenedNotificationEvent(
    title: title,
    body: body,
    payload: payload,
    linkMobile: linkMobile,
  );
}