...
This commit is contained in:
@@ -13,7 +13,7 @@ public class ToastService : IToastService
|
||||
|
||||
public void Unsubscribe(Action action)
|
||||
{
|
||||
OnChange += action;
|
||||
OnChange -= action;
|
||||
}
|
||||
|
||||
public void AddToast(ToastModel toast)
|
||||
|
||||
Reference in New Issue
Block a user