loadLibraryFunction2 property

  1. @Deprecated('Use loadLibraryFunction instead')
TopLevelFunctionElement get loadLibraryFunction2

The element representing the synthetic function loadLibrary.

Technically the function is implicitly defined for this library only if the library is imported using a deferred import, but the element is always defined for performance reasons.

Implementation

@Deprecated('Use loadLibraryFunction instead')
TopLevelFunctionElement get loadLibraryFunction2;