unsaveBook

fun unsaveBook(book: MBook)

Removes the book from the user's saved books collection by updating the "saved_books" field.

Return

Unit

Parameters

book

MBook the book details.

See also