providesSymbol method Null safety

  1. @Since('2.14')
bool providesSymbol(
  1. String symbolName
)
@Since('2.14')

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

Implementation

@Since('2.14')
external bool providesSymbol(String symbolName);