PushAdmin class abstract

Enables the management of device registrations and push notification subscriptions. Also enables the publishing of push notifications to devices.

Constructors

PushAdmin()

Properties

channelSubscriptions PushChannelSubscriptions?
A PushChannelSubscriptions object.
getter/setter pair
deviceRegistrations PushDeviceRegistrations?
A PushDeviceRegistrations object.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(Map<String, dynamic> recipient, Map<String, dynamic> payload) Future<void>
Sends a push notification, provided in the payload map, directly to a device, or a group of devices sharing the same clientId.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited