providesSymbol method Null safety
- @Since('2.14')
- 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);
Checks whether this dynamic library provides a symbol with the given name.
@Since('2.14')
external bool providesSymbol(String symbolName);