IEventService class

Constructors

IEventService()

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

addAdminTabEvent(int index) → void
addNotifications(IAppNotification event) → void
addUserTabEvent(int index) → void
getAdminTabStream() Stream<int>
getNotificationStream() Stream<IAppNotification>
getSheetStream() Stream<DataSheet>
getThemeStream() Stream<AppTheme>
getUserTabStream() Stream<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openSheet(DataSheet event) → void
toString() String
A string representation of this object.
inherited
updateTheme(AppTheme theme) → void

Operators

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