public async Task SetGoogleUserProfileAsync(string accessToken) { try { GoogleProfile = await _googleServices.GetGoogleUserProfileAsync(accessToken); } catch (Exception e) { Console.WriteLine(e); } }
public async Task SetGoogleUserProfileAsync(string accessToken) { try { GoogleProfile = await _googleServices.GetGoogleUserProfileAsync(accessToken); } catch (Exception e) { Crashes.TrackError(e); } }