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