Clipboard class

Shells out to the platform clipboard tool — pbcopy/pbpaste on macOS, clip/PowerShell's Get-Clipboard on Windows, xclip on Linux. No clipboard package — those need Accessibility grants, TCC prompts, or notarization; a pipe to a system binary needs none of that (PLAN.md §5).

Constructors

Clipboard()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() Future<String?>
toString() String
A string representation of this object.
inherited
write(String text) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited