Ejemplo n.º 1
0
 public async Task <(string password, bool valid)> ShowPasswordPromptAndGetItAsync()
 {
     return(await _platformUtilsService.ShowPasswordDialogAndGetItAsync(AppResources.PasswordConfirmation, AppResources.PasswordConfirmationDesc, ValidatePasswordAsync));
 }