initialize method
初始化滑滑流ID(由 Widget 内部调用)
Implementation
void initialize(String swipeFlowId) {
_swipeFlowId = swipeFlowId;
debugPrint('DramaSwipeFlowController: 滑滑流ID已初始化 - $swipeFlowId');
}
初始化滑滑流ID(由 Widget 内部调用)
void initialize(String swipeFlowId) {
_swipeFlowId = swipeFlowId;
debugPrint('DramaSwipeFlowController: 滑滑流ID已初始化 - $swipeFlowId');
}