stub_image_loader library

Functions

cleanupHtmlElement(String viewId) → void
Stub implementation for cleaning up HTML elements
registerHtmlImageFactory(String viewId, String url) → void
Stub implementation for non-web platforms This is a no-op as HTML functionality is not used on native platforms
removeHtmlImageTapCallback(String viewId) → void
Stub implementation for removing tap callbacks
setHtmlImageTapCallback(String viewId, Function callback) → void
Stub implementation of the tap callback setter for non-web platforms
updateHtmlImageTransform(String viewId, Matrix4 matrix) → void
Stub implementation of the transform updater for non-web platforms