applyAnchor static method

Future applyAnchor(
  1. BuildContext context
)

申请主播

Implementation

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