disableClipboard property

bool disableClipboard
final

Disable Clipboard features

when this is set to true clipboard can not be used this disables the clipboard notification for requesting permissions

Defaults to false. Must not be null.

Implementation

final bool disableClipboard;