DefaultClipboardWeb class

Represents the default web implementation of the VkNativeClientPlatform. This class is instantiated when the web platform does not support the

clipboard API used in ClipboardWeb.

Inheritance

Constructors

DefaultClipboardWeb.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getClipboardData() Future<Map<String, String>?>
get clipboard data from the clipboard asynchronously.
override
getClipboardDataMimeTypes() Future<List<String>>
Retrieves the mime types of the content currently available in the clipboard asynchronously.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setClipboardData(Map<String, String> params) Future<bool>
Writes the provided text to the clipboard asynchronously.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void