Future<String?> getError() async { final id = await ImpulsePlayerFactory.getViewId(this); return ImpulsePlayerPluginPlatform.instance.getError(id); }