registerViewFactory static method

bool registerViewFactory(
  1. String viewTypeId,
  2. Element viewFactory(
    1. int viewId
    )
)

Implementation

static bool registerViewFactory(
    String viewTypeId, html.Element Function(int viewId) viewFactory) {
  return false;
}