mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
re-worked message sending
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
{
|
||||
public interface IMessagingService
|
||||
{
|
||||
void Send<T>(string subscriber, T arg = default(T));
|
||||
void Send(string subscriber, object arg = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user