open method

DynamicLibrary open(
  1. String key
)

Implementation

DynamicLibrary open(String key) => DynamicLibrary.open(entries[key]!);