getBookURL method
Returns the URL for a specific book in a collection.
Implementation
String getBookURL(Collection collection, int bookNumber) {
return "${getCollectionURL(collection)}/$bookNumber";
}
Returns the URL for a specific book in a collection.
String getBookURL(Collection collection, int bookNumber) {
return "${getCollectionURL(collection)}/$bookNumber";
}