destroy abstract method

void destroy(
  1. bool test(
    1. DateTimeFormatter formatter
    )
)

Destroys a registered DateTime formatter with the given test.

Implementation

void destroy(bool Function(DateTimeFormatter formatter) test);