initModel method

void initModel(
  1. Pointer<Char> modelPath
)

Initialize layout model with path

Implementation

void initModel(ffi.Pointer<ffi.Char> modelPath) {
  return _initModel(modelPath);
}