This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Helpers/SettingsModel.cs | |
using Plugin.Settings; | |
using Plugin.Settings.Abstractions; | |
namespace PatrolLiveApp.Helpers | |
{ | |
/// <summary> | |
/// This is the SettingsModel static class that can be used in your Core solution or in any | |
/// of your client applications. All settings are laid out the same exact way with getters | |
/// and setters. |