refresh method

void refresh()

Refreshes the profile from the server.

Implementation

void refresh() {
  ref.invalidateSelf();
  future.ignore();
}