setCustomConditionValue method
Set custom condition key and value. @param key String key. @param value String Value for the condition.
Implementation
Future<void> setCustomConditionValue(String key, String value) async {
return await AppticsFlutterPlatform.instance.setCustomConditionValue(key, value);
}