setDic method

int setDic(
  1. String? path
)

Implementation

int setDic(String? path) {
  return openjtalkSetDic(this, path);
}