setProfileAttribute method
Set Profile Attribute @param key - Key of the attribute @param value - Value of the attribute
Implementation
Future<bool?> setProfileAttribute(String key, String value) =>
_instance.setProfileAttribute(key, value);
Set Profile Attribute @param key - Key of the attribute @param value - Value of the attribute
Future<bool?> setProfileAttribute(String key, String value) =>
_instance.setProfileAttribute(key, value);