setIframe method

void setIframe(
  1. dynamic iframe
)

Internal method to set the iframe element (web only).

This is called automatically by the web map implementation.

Implementation

void setIframe(dynamic iframe) {
  _logger.log('Setting iframe, impl type: ${_impl.runtimeType}');
  _impl.setIframe(iframe);
}