Future<void> seek(Long time) async { final id = await ImpulsePlayerFactory.getViewId(this); return ImpulsePlayerPluginPlatform.instance.seek(id, time); }