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