applyAnchor static method
申请主播
Implementation
static Future applyAnchor(BuildContext context) async {
bool isApplied = UserManager().userModel?.userApplyAnchorState == 1;
BoostRouter.innerPush(context, (context) => ApplyAnchorPage(isApplied: isApplied));
}