ClipboardReader class abstract

Constructors

ClipboardReader()

Properties

available bool
Returns true whether reading clipboard is supported on current platform.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

newClipboardReader() Future<DataReader>
Returns clipboard reader for current clipboard. Note that on some platforms the clipboard content for single reader will not change during the lifetime of the reader. On top of it the content is cached lazily.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ClipboardReader
final