init method

Future<void> init(
  1. BuildContext initBC,
  2. double initHeight,
  3. HtmlEditorController c
)
inherited

Implementation

Future<void> init(
    BuildContext initBC, double initHeight, HtmlEditorController c) async {
  throw Exception('Platform not supported');
}