destroyWith method

void destroyWith(
  1. String specifier
)

Destroys a registered DateTime formatter with the given specifier.

Implementation

void destroyWith(String specifier) =>
    destroy((formatter) => formatter.specifier == specifier);