web/clipboard_web library

In order to not need this ignore, consider extracting the "web" version of your plugin as a separate package, instead of inlining it in the same package as the core of your plugin. ignore: avoid_web_libraries_in_flutter

Classes

Clipboard
Represents a clipboard.
ClipboardItem
Represents a clipboard item.
ClipboardWeb
Represents the web version of the clipboard.
EventTarget
Represents an event target.

Extensions

BlobExt on Blob
Extension methods for the html.Blob class.
ClipboardExtension on Clipboard
Extension methods for the Clipboard class.
ClipboardItemExtension on ClipboardItem
Extension methods for the ClipboardItem class.

Functions

getClipboard() Clipboard
Returns the clipboard instance.