codePage method

void codePage({
  1. required String n,
})
override

设置代码页及国际字符集,推荐UTF-8

Implementation

void codePage({required String n}) => RustLib.instance.api
    .crateApiTsplTsplCommandBuildCodePage(that: this, n: n);