ElementCreatedCallback typedef

ElementCreatedCallback = void Function(Object element)

Callback signature for when the platform view's DOM element was created.

element is the DOM element that was created.

Also see HtmlElementView.fromTagName that uses this callback signature.

Implementation

typedef ElementCreatedCallback = void Function(Object element);