copyHtmlToClipboard method

Future<void> copyHtmlToClipboard(
  1. String html
)
inherited

Copies an HTML to the system clipboard to be pasted on other apps.

Implementation

Future<void> copyHtmlToClipboard(String html) => throw UnimplementedError(
    'copyHtmlToClipboard() has not been implemented.');