refresh method

Future<void> refresh()

刷新页面

Implementation

Future<void> refresh() async {
  _ensureReady();
  await PangrowthContent.refreshUserProfile(_profileId!);
}