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 445ba75 commit af9ab71Copy full SHA for af9ab71
packages/firebase_remote_config/firebase_remote_config/lib/src/remote_config.dart
@@ -24,7 +24,8 @@ class RemoteConfig extends FirebasePluginPlatform with ChangeNotifier {
24
/// created and assigned before returning the delegate.
25
FirebaseRemoteConfigPlatform get _delegate {
26
_delegatePackingProperty ??= FirebaseRemoteConfigPlatform.instanceFor(
27
- app: app, pluginConstants: pluginConstants
+ app: app,
28
+ pluginConstants: pluginConstants,
29
);
30
return _delegatePackingProperty;
31
}
0 commit comments