PushEvent.fromJson constructor

PushEvent.fromJson(
  1. String json
)

Create a PushMessage from JSON received on a Pub/Sub push endpoint.

Implementation

factory PushEvent.fromJson(String json) = _PushEventImpl.fromJson;