insertBook abstract method

  1. @insert
Future<void> insertBook(
  1. Book book
)

Implementation

@insert
Future<void> insertBook(Book book);