initialize method

void initialize(
  1. String swipeFlowId
)

初始化滑滑流ID(由 Widget 内部调用)

Implementation

void initialize(String swipeFlowId) {
  _swipeFlowId = swipeFlowId;
  debugPrint('DramaSwipeFlowController: 滑滑流ID已初始化 - $swipeFlowId');
}