refresh method
刷新页面
Implementation
Future<void> refresh() async {
_ensureReady();
await PangrowthContent.refreshUserProfile(_profileId!);
}
刷新页面
Future<void> refresh() async {
_ensureReady();
await PangrowthContent.refreshUserProfile(_profileId!);
}