createAsyncVideoWorker method Null safety

Future<AsyncVideoWorker> createAsyncVideoWorker(
  1. VideoWorkerParams params
)

Implementation

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