lift static method

String lift(
  1. RustBuffer buf
)

Implementation

static String lift(RustBuffer buf) {
  return utf8.decoder.convert(buf.asUint8List());
}