Beispiel #1
0
 public static async Task <Keychain> GetInstance()
 {
     return(_instance ?? (_instance = await LoadAsync()));
 }