unregisterCustomValidatorBuilder static method

void unregisterCustomValidatorBuilder(
  1. String type
)

Unregisters / removes a custom builder from the given type. This will do nothing if the type is not already registered.

Implementation

static void unregisterCustomValidatorBuilder(String type) =>
    _customValidatorBuilders.remove(type);