initializeApiDLData property Null safety
@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;
Pass this to Dart_InitializeApiDL
in your native code to enable using the
symbols in dart_api_dl.h
.
@Since('2.9')
external static Pointer<Void> get initializeApiDLData;