setIframe method
void
setIframe(
- 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);
}