DartAwarePointerChars extension
Helpers to convert between Pointer<Pointer<Char>> and List<String>.
Methods
-
free(
int length) → void -
Available on Pointer<
Releases all native memory.Pointer< , provided by the DartAwarePointerChars extensionChar> > -
toDartStrings(
int length) → List< String> -
Available on Pointer<
Creates a Dart view on a pointer to a pointer to utf8 chars in native memory, cast as aPointer< , provided by the DartAwarePointerChars extensionChar> >List<String>. This method does not copy the data out of native memory.