getHtmlTextFromFile method

  1. @override
Future<String?> getHtmlTextFromFile()

Get the Html file in the Clipboard from the system

Implementation

@override
Future<String?> getHtmlTextFromFile() {
  return _provideFileAsString(format: Formats.htmlFile);
}