IEventRepository<E> class abstract interface

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

Implementers

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<E>
Поток всех событий
no setter

Methods

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

Operators

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