Refreshes the MyUser to be up to date.
Future<void> updateAvatar() async { await _myUserService.refresh(); }