PostService
This commit is contained in:
@ -2,4 +2,4 @@ using Barcode.Host.Shared.KeyboardMouse;
|
||||
|
||||
namespace Barcode.Host.Shared.Models;
|
||||
|
||||
public record Notification(KeyPressEvent KeyPressEvent, string LastScanServiceResultValue);
|
||||
public record Notification(KeyPressEvent? KeyPressEvent, string LastScanServiceResultValue);
|
Reference in New Issue
Block a user