校验返回键是否可以直接关闭页面
Future<bool> canBackPress() async { _ensureReady(); return PangrowthContent.canBackPressUserProfile(_profileId!); }