editorController property

dynamic get editorController

Allows the InAppWebViewController for the Html editor to be accessed outside of the package itself for endless control and customization.

Implementation

dynamic get editorController => null;
  1. @internal
set editorController (dynamic controller)

Internal method to set the InAppWebViewController when webview initialization is complete

Implementation

@internal
set editorController(dynamic controller) => {};