using System; namespace SampleApp.DependencyServices { public interface IScreenReaderEnabled { bool IsScreenReaderEnabled(); } }