FirebaseRemoteHelper class

Properties

ensureInitialized Future<bool>
Return when the plugin is initialized.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String key) → RemoteConfigValue
Get value as RemoteConfigValue.
getBool(String key) bool
Get value as bool.
getDouble(String key) double
Get value as double.
getInt(String key) int
Get value as int.
getList<T>(String key) List<T>
Get value as List.
getMap<T>(String key) Map<String, T>
Get value as Map.
getString(String key) String
Get value as String.
initial({Duration fetchTimeout = const Duration(minutes: 1), Duration minimumFetchInterval = const Duration(minutes: 60), Map<String, dynamic>? defaultParameters, bool debugLog = false}) Future<void>
Initialize the plugin
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

instance FirebaseRemoteHelper
Get the instance of FirebaseRemoteHelper.
final

Static Methods

formatParameters(Map<String, dynamic> params) Map<String, dynamic>
Only for testing.