Gets the text from the editor and returns it as a String.
Future<String> getText() => Future.value('');