print method

  1. @override
bool print(
  1. int pageCount
)
override

Consumes the given amount of pages with the print right.

Returns whether the user is allowed to print the given amount of pages.

Implementation

@override
bool print(int pageCount) => false;