add method

void add(
  1. IsolateConfig config
)

Implementation

void add(IsolateConfig config) {
  _isolates.add(config);
}