unregisterWidgetDimensionCallback static method

void unregisterWidgetDimensionCallback(
  1. String widgetId
)

Implementation

static void unregisterWidgetDimensionCallback(String widgetId) {
  _widgetDimensionCallbacks.remove(widgetId);
}