AtNotificationCallback class

Class for AtNotification callback method implementations

Constructors

AtNotificationCallback.getInstance()
factory

Properties

callbackMethods Map<NotificationType, List<NotificationFunction>>
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

invokeCallbacks(AtNotification? atNotification) → void
Method to invoke registered callbacks
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerNotificationCallback(NotificationType notificationType, Function callback) → void
Method to register callback function
toString() String
A string representation of this object.
inherited
unregisterNotificationCallback(NotificationType notificationType, Function callback) → void
Method to deregister callback function

Operators

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