updateContact method
Implementation
Future<void> updateContact({dynamic userProperties}) async {
String? stringifiedHashMap = jsonEncode(userProperties);
await GleapJsSdkHelper.updateContact(stringifiedHashMap);
}
Future<void> updateContact({dynamic userProperties}) async {
String? stringifiedHashMap = jsonEncode(userProperties);
await GleapJsSdkHelper.updateContact(stringifiedHashMap);
}