removeConfiguration method

void removeConfiguration(
  1. String type
)

Remove a sampling configuration from this schema.

Implementation

void removeConfiguration(String type) => _configurations.remove(type);