seekTo method

Future<void> seekTo(
  1. int millSec
)

Implementation

Future<void> seekTo(int millSec) async {
  await _effectViewApi.seekTo(millSec);
}