providesSymbol method - DynamicLibrary class - dart:ffi library (original) (raw)

description

  1. @Since('2.14')

bool providesSymbol(

  1. String symbolName )

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

Implementation

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