ClipboardEvents class abstract

Constructors

ClipboardEvents()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supported bool
Returns whether paste event is supported on current platform. This is only supported on web.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerCopyEventListener(void listener(ClipboardWriteEvent)) → void
registerCutEventListener(void listener(ClipboardWriteEvent)) → void
registerPasteEventListener(void listener(ClipboardReadEvent)) → void
toString() String
A string representation of this object.
inherited
unregisterCopyEventListener(void listener(ClipboardWriteEvent)) → void
unregisterCutEventListener(void listener(ClipboardWriteEvent)) → void
unregisterPasteEventListener(void listener(ClipboardReadEvent)) → void

Operators

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

Static Properties

instance ClipboardEvents
final