addPrefix method

void addPrefix(
  1. String prefix
)

Implementation

void addPrefix(String prefix) {
  prefixes.add(prefix);
}