resizeWebMap method
void
resizeWebMap()
Triggers a resize event for the map on web (ignored on Android or iOS).
Checks first if a resize is required or if it looks like it is already correctly resized. If it looks good, the resize call will be skipped.
To force resize map (without any checks) have a look at forceResizeWebMap()
Implementation
void resizeWebMap() {
_vietmapGLPlatform.resizeWebMap();
}