data property
PushMessageData?
get
data
@AvailableInWorkers("service")
The data
read-only property of the PushEvent
interface returns a
reference to a PushMessageData object containing data sent to the
PushSubscription.
Implementation
external PushMessageData? get data;