Sets the video's current timestamp to be at moment.
moment
Future<void> seekTo(Duration moment) async { await controller.seekTo(moment); }