setPlaceholder method

dynamic setPlaceholder(
  1. String placeholder
)

Set a hint when the editor is empty Doesn't actually work for now

Implementation

setPlaceholder(String placeholder) async {
  await executeJavascript("setPlaceholder('$placeholder');");
}