SuperSubscriptionRepository<Dao extends SuperDao<DataType>, DataType> class abstract

Constructors

SuperSubscriptionRepository(Dao dao)

Properties

dao ↔ Dao
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publishSubject ↔ AdeptPublishSubject<SubscriptionResource<DataType>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getObservableData() → AdeptPublishSubject<SubscriptionResource<DataType?>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postData({DataType? resourceData, AdeptPublishSubject<SubscriptionResource<DataType?>>? publishSubject}) → void
Success
postDone({AdeptPublishSubject<SubscriptionResource<DataType?>>? publishSubject}) → void
Done
postError(String? message, {DataType? resourceData, int? code, dynamic exception, AdeptPublishSubject<SubscriptionResource<DataType?>>? publishSubject}) → void
Error
postLoading({DataType? resourceData, AdeptPublishSubject<SubscriptionResource<DataType?>>? publishSubject}) → void
Loading
toString() String
A string representation of this object.
inherited

Operators

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