NativeListOfStrings extension

Helpers to convert between a List<String> and a Pointer<Pointer<Char>>.

on

Methods

copyToNative() Pointer<Pointer<Char>>

Available on List<String>, provided by the NativeListOfStrings extension

Copies a list of Dart strings into native memory.