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