dart / 2 / dart-ffi / dynamiclibrary / providessymbol.html

providesSymbol method

  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);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-ffi/DynamicLibrary/providesSymbol.html