I am using Xamarin Forms Shell and I want to be able to hide some items of my Flyout depending on some parameters (the current page for instance) but I can't find any method or property to change the visibility of a FlyoutItem.
Is it possible to programmaticaly hide some FlyoutItem (not the complete Flyout just some items) ?