registerHtmlImageFactory function

void registerHtmlImageFactory(
  1. String viewId,
  2. String url
)

Stub implementation for non-web platforms This is a no-op as HTML functionality is not used on native platforms

Implementation

void registerHtmlImageFactory(String viewId, String url) {
  // No-op implementation for non-web platforms
}