Oboe class

Oboe

Oboe is like react.Consumer

Oboe is only one at project; it's single class. Oboe have getState, and setState. setState is trigger all stream listen, update state and call all Oboe widget update. build is use _SubWidget create a StatefulWidget, and subscribe Oboe at _SubWidget.

Constructors

Oboe()

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

next() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ob(Widget builder(), {List memo()?}) Widget
toString() String
A string representation of this object.
inherited

Operators

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