dart_entrypoint_argv property

Pointer<Pointer<Int8>> dart_entrypoint_argv
getter/setter pair

Array of Dart entrypoint arguments. This is deep copied during the call to FlutterDesktopEngineCreate.

Implementation

external Pointer<Pointer<Int8>> dart_entrypoint_argv;