PlatformNotification class

A base class for platform notifications.

This class is used to create a base class for platform notifications.

Constructors

PlatformNotification()

Properties

docking bool
A flag for the docking state of the notification.
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
subscribers Map<String, Function>
A map of subscribers for the notification.
getter/setter pair
throttlingSignal ↔ Signal
A signal for throttling the notification.
getter/setter pair

Methods

dockingOff() → void
A method for docking off the notification.
dockingOn() → void
A method for docking on the notification.
getSubscriptions() List<String>
A method for getting the subscriptions of the notification.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiver(String method, dynamic arguments) → dynamic
A method for receiving the notification.
toString() String
A string representation of this object.
inherited

Operators

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