registerViewFactory static method
Shim for registerViewFactory https://github.com/flutter/engine/blob/main/lib/web_ui/lib/ui.dart#L72
Implementation
static bool registerViewFactory(
String viewTypeId, html.Element Function(int viewId) viewFactory) {
return false;
}