private async void escaner(string tipo) { msj = await scanservice.ScannerQr(); Labe_msj.Text = msj; // ApiAsistencia(msj, tipo); }
private async void BuscCode_Clicked(object sender, EventArgs e) { var code = await scanservice.ScannerQr(); BuscarProducto(code.ToString()); }