AppEventRepository<T> class
Реализация репозитория для управления событиями в приложении.
- Mixed-in types
Constructors
Properties
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