updateBook abstract method

  1. @update
Future<void> updateBook(
  1. Book book
)

Implementation

@update
Future<void> updateBook(Book book);