txt2rfw function

Uint8List txt2rfw(
  1. String txt
)

Implementation

Uint8List txt2rfw(String txt) => encodeLibraryBlob(txt2rwl(txt));