toUtf8 static method

dynamic toUtf8(
  1. String data
)

Implementation

static dynamic toUtf8(String data) {
  return data.toNativeUtf8();
}