registerViewFactory static method

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

Implementation

static void registerViewFactory(
    String viewTypeId, html.Element Function(int viewId) viewFactory) {}