getText method

Future<String> getText()

Gets the text from the editor and returns it as a String.

Implementation

Future<String> getText() => Future.value('');