RuStoreRemoteConfigCallbacks class

Inheritance

Constructors

RuStoreRemoteConfigCallbacks({Function? onBackgroundJobErrors, Function? onFirstLoadComplete, Function? onMemoryCacheUpdated, Function? onInitComplete, Function? onPersistentStorageUpdated, Function? onRemoteConfigNetworkRequestFailure})

Properties

hashCode int
The hash code for this object.
no setterinherited
onBackgroundJobErrors Function?
getter/setter pair
onFirstLoadComplete Function?
getter/setter pair
onInitComplete Function?
getter/setter pair
onMemoryCacheUpdated Function?
getter/setter pair
onPersistentStorageUpdated Function?
getter/setter pair
onRemoteConfigNetworkRequestFailure Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

backgroundJobErrors(String error) Future<void>
override
firstLoadComplete() Future<void>
override
memoryCacheUpdated() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onInitCompleted() Future<void>
override
persistentStorageUpdated() Future<void>
override
remoteConfigNetworkRequestFailure(String error) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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