saveBook

fun saveBook(book: MBook)

Saves the book in the user's collection by updating the "saved_books" field.

Return

Unit

Parameters

book

MBook the book details.

See also