providesSymbol method

bool providesSymbol(
  1. String symbolName
)

Checks whether this dynamic library provides a symbol with the given name.

Implementation

bool providesSymbol(String symbolName) => _module.providesSymbol(symbolName);