dart / 2 / dart-ffi / nativeapi / initializeapidldata.html

initializeApiDLData property

Pointer<Void> initializeApiDLData
@Since('2.9')

Pass this to Dart_InitializeApiDL in your native code to enable using the symbols in dart_api_dl.h.

Implementation

@Since('2.9')
external static Pointer<Void> get initializeApiDLData;

© 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/NativeApi/initializeApiDLData.html