DartAwareFloats extension
Helpers to convert a Pointer<Char> into a Uint8List.
Methods
-
toFloat32List(
int length) → Float32List - Creates a Dart view on a pointer to floats in native memory, cast as a Float32List. This method does not copy the data out of native memory.