Copies an HTML to the system clipboard to be pasted on other apps.
Future<void> copyHtmlToClipboard(String html) => throw UnimplementedError( 'copyHtmlToClipboard() has not been implemented.');