using BuyMeCofee.Maui.Services; namespace BuyMeCofee.Maui; /// /// Static configuration holder for the Buy Me a Coffee library. /// Populated by . /// public static class BmcConfiguration { /// /// The supporter lookup service. Null if no AccessToken was configured. /// public static BmcSupporterService? SupporterService { get; internal set; } }