seek method

Future<void> seek({
  1. required String targetTime,
})

进度跳转 - target_time 格式为 HH:MM:SS

Implementation

Future<void> seek({required String targetTime}) => RustLib.instance.api
    .crateApiCastProjectorInfoSeek(that: this, targetTime: targetTime);