FacerecService constructor Null safety
- DynamicLibrary dll_handle,
- Pointer<
Void> impl, - String facerecConfDir,
- String dllPath
Implementation
FacerecService(DynamicLibrary dll_handle, Pointer<Void> impl, String facerecConfDir, String dllPath)
: _facerecConfDir = facerecConfDir + '/',
_dllPath = dllPath,
super(dll_handle, impl);