Profiles
Retrieve profiles
Gigastore.getAllProfiles(completion: { (profiles, error) in
print("Profiles: \(profiles ?? [])")
print("Error: \(error)")
})Profile Object
Last updated
Was this helpful?
Was this helpful?