unregisterCustomBuilder method

JsonWidgetBuilderContainer? unregisterCustomBuilder(
  1. String type
)

Removes a registered type from the custom registry and returns the associated builder, if one exists. If the type is not registered then this will null.

Implementation

JsonWidgetBuilderContainer? unregisterCustomBuilder(String type) =>
    _builders.remove(type);