public Task <Page> PopAsync() { try{ return(Navi.PopAsync()); } catch (Exception ex) { //Insights.Report (ex); return(null); } }
public Task <Page> PopAsync(bool animated) { return(Navi.PopAsync(animated)); }
public Task <Page> PopAsync() { return(Navi.PopAsync()); }