PDPARepository class

Inheritance

Constructors

PDPARepository({required BuildContext buildCtx, required IRepositoryOptions options})

Properties

buildCtx BuildContext
final
data ConsentMessageModel?
no setterinherited
dataSC StreamController<ConsentMessageModel?>
no setterinherited
errorMessage String
no setterinherited
errorMessageSC StreamController<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isError bool
no setterinherited
isErrorSC StreamController<bool>
no setterinherited
isLoaded bool
no setterinherited
isLoadedSC StreamController<bool>
no setterinherited
isLoading bool
no setterinherited
isLoadingSC StreamController<bool>
no setterinherited
items List<ConsentMessageModel>
no setterinherited
itemsSC StreamController<List<ConsentMessageModel>?>
no setterinherited
options IRepositoryOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

alertError(dynamic e) → void
inherited
allowAllConsentSetting() → void
allowConsentSetting(String settingName, bool isAllowed) → void
clear() → void
inherited
dispose() → void
inherited
fetch({Map<String, dynamic>? params, bool isMock = false}) Future<void>
inherited
fetchAfterId(String afterId, {Map<String, dynamic>? params, bool isMock = false}) Future<void>
inherited
forceValueNotify() → void
inherited
get(String id, {Map<String, dynamic>? params, bool isMock = false}) Future<void>
inherited
initial() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseContactConsent(ContactConsentModel? consentModel) → void
sendAllowConsentSetting(String id, {bool isSubmitTracking = true}) Future<IPamResponse?>
sendAllowConsentSettingWithConsentSetting(String id, ConsentMessageSettingModel? consentMessage) Future<IPamResponse?>
setInnerData(dynamic data) → void
inherited
toErrorStatus(dynamic e) → void
inherited
toLoadedStatus() → void
inherited
toLoadingStatus() → void
inherited
toString() String
A string representation of this object.
inherited
transform(dynamic ts) ConsentMessageModel?
override
transforms(dynamic tss) List<ConsentMessageModel>
override

Operators

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