PauloniaRemoteConfService class
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
Static Methods
-
get(String keyName, PRCType rcType)
→ dynamic
-
Get the value of
keyName
with rcType
-
getValue(String keyName)
→ PRemoteConfigValue
-
Get the value in
keyName
-
initRemoteConf(Map<String, dynamic> defaultValues, {int expirationTimeInHours = PauloniaRemoteConfConstants.REMOTE_CONF_DEFAULT_EXPIRATION_TIME_IN_HOURS, int fetchTimeout = 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