menu
super_native_extensions package
documentation
raw_clipboard.dart
ClipboardReader class
ClipboardReader class
dark_mode
light_mode
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 setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
super_native_extensions package
documentation
raw_clipboard
ClipboardReader class
raw_clipboard library