public void removeTarget(MorphTarget target) { EventHorizonBlazorInterop.Func <CachedEntity>( new object[] { new string[] { this.___guid, "removeTarget" }, target } ); }
public async ValueTask removeTarget(MorphTarget target) { await EventHorizonBlazorInterop.Func <CachedEntity>( new object[] { new string[] { this.___guid, "removeTarget" }, target } ); }