feat(Storage) Storage feature done
This commit is contained in:
@@ -84,7 +84,7 @@ else
|
||||
toastService.RemoveToast(Toast!);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
void IDisposable.Dispose()
|
||||
{
|
||||
toastService.Unsubscribe(OnUpdate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user