dispose method

Future<void> dispose()

清除滑滑流ID

Implementation

Future<void> dispose() async {
  if (_swipeFlowId != null && _swipeFlowId!.isNotEmpty) {
    debugPrint('DramaSwipeFlowController: 清除滑滑流ID - $_swipeFlowId');
  }
  _swipeFlowId = null;
}