Sets the looping attribute of the video.
@override Future<void> setLooping(int textureId, bool looping) { return _api.setLooping(LoopingMessage( textureId: textureId, isLooping: looping, )); }