refresh method
void
refresh()
Refreshes the profile from the server.
Implementation
void refresh() {
ref.invalidateSelf();
future.ignore();
}
Refreshes the profile from the server.
void refresh() {
ref.invalidateSelf();
future.ignore();
}