Future<void> updateTransitioningState(bool isTransitioning) async { await UserExperiorPlatform.instance .updateTransitioningState(isTransitioning); }