copyText abstract method

Future<VKWebAppBoolResult> copyText(
  1. String text
)

Raising the VKWebAppCopyText event allows you to copy text to the clipboard.

Platforms: iOS, Android, Web, Mobile Web

text - the text to copy

Implementation

Future<VKWebAppBoolResult> copyText(String text);