forceResizeWebMap method

void forceResizeWebMap()

Triggers a hard map resize event on web and does not check if it is required or not.

Implementation

void forceResizeWebMap() {
  if (_disposed) {
    return;
  }
  _nbMapsGlPlatform.forceResizeWebMap();
}