createAsyncVideoWorker method Null safety
- VideoWorkerParams params
 
Implementation
Future<AsyncVideoWorker> createAsyncVideoWorker(VideoWorkerParams params) async {
  return AsyncVideoWorker.create(_impl, _facerecConfDir, _dllPath, params);
}
Future<AsyncVideoWorker> createAsyncVideoWorker(VideoWorkerParams params) async {
  return AsyncVideoWorker.create(_impl, _facerecConfDir, _dllPath, params);
}