StringUtf8Pointer extension
Extension method for converting a String to a Pointer<Utf8>.
- on
Methods
- 
  toNativeUtf8({Allocator allocator = malloc}) → Pointer< Utf8> 
- 
      Available on String, provided by the StringUtf8Pointer extension Creates a zero-terminated Utf8 code-unit array from this String.