AureusNotificationMaster class

An observer pattern that links to the main scaffold of the container view in order to show alert controllers, in-app notifications, and more.

Constructors

AureusNotificationMaster()

Properties

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
registerObserver(AureusNotificationObserver observer) → void
resetRequests() → void
sendAlertControllerRequest(AlertControllerObject data) → void
Shows an alert controller over the container view.
sendAlertNotificationRequest(String description, IconData icon) → void
Sends an alert notification request
sendContentWarningRequest(String description, IconData icon) → void
Shows a content warning request
showBottomActionController(AlertControllerObject data) → void
Shows a bottom action controller (aka an 'action sheet')
showTextFieldAlertController(AlertControllerObject data) → void
throwUnregisteredObserverError() → void
toString() String
A string representation of this object.
inherited
unregisterObserver(AureusNotificationObserver observer) → void

Operators

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