We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f7cae commit eeaab8aCopy full SHA for eeaab8a
packages/firebase_remote_config/firebase_remote_config/lib/src/remote_config.dart
@@ -132,6 +132,7 @@ class RemoteConfig extends FirebasePluginPlatform with ChangeNotifier {
132
}
133
134
/// Sets the default parameter values for the current instance.
135
+ /// Only booleans, strings and numbers are supported as values of the map
136
Future<void> setDefaults(Map<String, dynamic> defaultParameters) {
137
defaultParameters.values.forEach(_checkIsSupportedType);
138
return _delegate.setDefaults(defaultParameters);
0 commit comments