ClipboardItemExtension extension
Extension methods for the ClipboardItem class.
Properties
-
types
→ Iterable<
String> -
Available on ClipboardItem, provided by the ClipboardItemExtension extension
Gets the types of the clipboard item.no setter
Methods
-
getType(
String type) → Future< Blob?> -
Available on ClipboardItem, provided by the ClipboardItemExtension extension
Gets the clipboard item of the specifiedtype
.