removeUserAttributes method

Future<void> removeUserAttributes(
  1. List<String> attributeName
)

Implementation

Future<void> removeUserAttributes(List<String> attributeName) async {
  return await UserProfile.removeUserAttributes(attributeName);
}