diff --git a/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java b/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java index ba94915..4262298 100644 --- a/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java +++ b/android/src/main/java/com/clevertap/clevertap_plugin/CleverTapPlugin.java @@ -102,7 +102,7 @@ public class CleverTapPlugin implements ActivityAware, private Context context; public static Map variables = new HashMap<>(); - public static Set nativeToDartMethodChannelSet = new HashSet<>(); + private static final Set nativeToDartMethodChannelSet = new HashSet<>(); /** * Plugin registration.