private async void DoneSigningButton_Clicked(object sender, EventArgs e) { await SignalRService.SendAsync("SIGNED"); DismissModalViewController(true); }
public override async void ViewDidDisappear(bool animated) { await SignalRService.SendAsync("SIGNED"); base.ViewDidDisappear(animated); }