Removes an item from this bundle.
await bundle.removeItem(hero);
Future<void> removeItem(Item item) async { await removeMember(item.kref); }