TwoWayPaginationStoreFlowable<DATA> class abstract

Implemented types

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?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish({bool forceRefresh}) LoadingStateStream<DATA>
inherited
refresh() Future<void>
inherited
requestNextData({bool continueWhenError}) Future<void>
inherited
requestPrevData({bool continueWhenError}) Future<void>
requireData({GettingFrom from}) Future<DATA>
inherited
toString() String
A string representation of this object.
inherited
update(DATA? newData, {String? nextKey, String? prevKey}) Future<void>
override
validate() Future<void>
inherited

Operators

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