toCharPointer method

Pointer<Char> toCharPointer(
  1. Allocator allocator
)

Implementation

Pointer<Char> toCharPointer(Allocator allocator) =>
    toNativeUtf8(allocator: allocator).cast<Char>();