RawClient constructor

RawClient({
  1. String? dir,
  2. String? file,
})

Implementation

RawClient({String? dir, String? file}) {
  _nativeClient = NativeClient(dir: dir, file: file);
}