AtEventNotificationListener class

Starts monitor and listens for notifications related to this package.

Constructors

AtEventNotificationListener()
factory

Properties

atClientManager ↔ AtClientManager
getter/setter pair
currentAtSign String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
monitorStarted bool
getter/setter pair
getter/setter pair
ROOT_DOMAIN String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init(GlobalKey<NavigatorState> navKeyFromMainApp, String rootDomain, {Function? newGetAtValueFromMainApp}) → void
initializes initial values and configurations for the package
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetMonitor() → dynamic
called when switching atsign
showMyDialog({EventNotificationModel? eventNotificationModel}) Future<void>
shows a dialog with event notification details
startMonitor() Future<bool>
starts monitor to receive incoming notifications.
toString() String
A string representation of this object.
inherited

Operators

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