Skip to content

Commit 0451474

Browse files
feat: rename the web setting
1 parent 8de7989 commit 0451474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/web/countly_flutter_plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ class CountlyFlutterPlugin {
613613
configMap['remote_config'] = allowInterop((JSAny? error, JSAny? remoteConfigs) => _notifyRemoteConfigDownloadCallback(error, remoteConfigs, true, requestIDGlobalCallback)).jsify();
614614
}
615615

616-
configMap['sdkBehaviorSettings'] = config['sdkBehaviorSettings'];
616+
configMap['behavior_settings'] = config['sdkBehaviorSettings'];
617617

618618
configMap.removeWhere((key, value) => value == null);
619619

0 commit comments

Comments
 (0)