PauloniaRemoteConf class

Constructors

PauloniaRemoteConf()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultValues Map<String, dynamic>
Get the map of default values
no setter

Static Methods

get(String keyName, PRCType rcType) → dynamic
Get the value of keyName with rcType
getValue(String keyName) PRemoteConfigValue
Get the value in keyName
init(Map<String, dynamic> defaultValues, {int expirationTimeInHours = PauloniaRemoteConfConstants.REMOTE_CONF_DEFAULT_EXPIRATION_TIME_IN_HOURS, int fetchTimeoutInSeconds = PauloniaRemoteConfConstants.REMOTE_CONF_DEFAULT_FETCH_TIMEOUT_IN_SECONDS}) Future<void>
Initialize the service
initRemoteConfForTest(Map<String, dynamic> defaultValues) → void
Function to initialize remote config in test environment