Clipboard class abstract
- Implemented types
Properties
Methods
-
addEventListener(
String type, EventListener listener, [bool? useCapture]) → void -
inherited
-
dispatchEvent(
Event event) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
) → Future< DataTransfer> -
readText(
) → Future< String> -
removeEventListener(
String type, EventListener listener, [bool? useCapture]) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
DataTransfer data) → Future -
writeText(
String data) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited