setHtmlImageTapCallback function

void setHtmlImageTapCallback(
  1. String viewId,
  2. Function callback
)

Stub implementation of the tap callback setter for non-web platforms

Implementation

void setHtmlImageTapCallback(String viewId, Function callback) {
  // No-op implementation for non-web platforms
}