Set video timestamp in millisecond
Future<void> setTime(int time) async { return seekTo(Duration(milliseconds: time)); }