getPositionInfoSec method

Future<(BigInt, BigInt)> getPositionInfoSec()

获取播放进度 (当前秒数, 总秒数)

Implementation

Future<(BigInt, BigInt)> getPositionInfoSec() =>
    RustLib.instance.api.crateApiCastProjectorInfoGetPositionInfoSec(
      that: this,
    );