initializeApiDLData property Null safety

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;