dispose method
Implementation
@override
void dispose() {
_channel?.setMethodCallHandler(null);
_channel = null;
iframeContainer.remove();
if (WebPlatformManager.webViews.containsKey(_viewId)) {
WebPlatformManager.webViews.remove(_viewId);
}
}