AppEventRepository<T> class

Реализация репозитория для управления событиями в приложении.

Mixed-in types

Constructors

AppEventRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<AppEvent<T>>
Поток всех событий
no setterinherited

Methods

addEvent({required AppEvent<T> event}) → void
Метод для добавления события конкретного типа в общий поток событий. event - событие, добавляемое в поток.
inherited
dispose() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on<T extends E>() Stream<T>
Поток событий.
inherited
toString() String
A string representation of this object.
inherited

Operators

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