getUserAttributes method

Future<String> getUserAttributes(
  1. List<String> attributes
)

Implementation

Future<String> getUserAttributes(List<String> attributes) async {
  return await UserProfile.getUserAttributes(attributes);
}