add method

void add(
  1. String key,
  2. DynamicLibrary lib
)

Implementation

void add(String key, DynamicLibrary lib) {
  entries[key] = lib;
}