copy method

  1. @override
bool copy(
  1. String text
)
override

Consumes the given text with the copy right.

Returns whether the user is allowed to copy the given text.

Implementation

@override
bool copy(String text) => false;