FlutterACPUserProfile class

Constructors

FlutterACPUserProfile()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

extensionVersion Future<String>
Gets the current User Profile extension version.
no setter

Static Methods

getUserAttributes(List<String> attributeKeys) Future<String>
Gets the current User Profile extension version.
removeUserAttribute(String attributeName) Future<void>
UserProfile API to remove the given attribute name
removeUserAttributes(List<String> attributeName) Future<void>
UserProfile API to remove the given attribute name
updateUserAttribute(String attributeName, String attributeValue) Future<void>
UserProfile API to set user profile attributes keys and values.
updateUserAttributes(Map<String, Object> attributeMap) Future<void>
UserProfile API to set user profile attributes keys and values.