PlatformViewFactory typedef

PlatformViewFactory = Object Function(int viewId)

A function which takes a unique id and creates an HTML element.

Implementation

typedef PlatformViewFactory = Object Function(int viewId);