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