unregistier_specifier method

void unregistier_specifier(
  1. String specifier
)

Implementation

void unregistier_specifier(String specifier) {
  _formatters.remove(specifier);
}