StoreFlowable<DATA> class abstract

Implementers

Constructors

StoreFlowable()

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

getData({GettingFrom from}) Future<DATA?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish({bool forceRefresh}) LoadingStateStream<DATA>
refresh() Future<void>
requireData({GettingFrom from}) Future<DATA>
toString() String
A string representation of this object.
inherited
update(DATA? newData) Future<void>
validate() Future<void>

Operators

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