remove Handlers
@CanIgnoreReturnValue()
Removes any existing handlers for the given keys, returning them to the default handler(s). This method is useful when making several handlers with different mappings from a single builder.
Return
the builder instance for chaining.
Parameters
key
a key to remove from the builder.
rest
additional keys to remove from the builder.