actions dispatcher

Constructors

Dispatcher()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
querie$ → Stream<Request>

read-only
queryController → StreamController<Request>

stream of queries : queries are alternative messaging bus it canbe used for non store commands like firebase requests

read-only
request$ → Stream<Request>

dispatched Stream<Request>

read-only
requestController → StreamController<Request>

stream of command requests : requests are added via the dispatch() method

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

dispatch(Request req) → void

add Request to stream

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
query(Request req) → void

add Request to stream

toString() → String

Returns a string representation of this object.

inherited