ParameterizedPlatformViewFactory typedef
A function which takes a unique id
and some params
and creates an HTML
element.
Implementation
typedef ParameterizedPlatformViewFactory = Object Function(
int viewId, {
Object? params,
});
A function which takes a unique id
and some params
and creates an HTML
element.
typedef ParameterizedPlatformViewFactory = Object Function(
int viewId, {
Object? params,
});