seekTo method
跳转
currentTime 当前时间
Implementation
void seekTo({required int currentTime}) {
_controller.seekTo(Duration(seconds: currentTime));
notifyListeners();
}
跳转
currentTime 当前时间
void seekTo({required int currentTime}) {
_controller.seekTo(Duration(seconds: currentTime));
notifyListeners();
}