createAsyncProcessingBlock method Null safety

Future<AsyncProcessingBlock> createAsyncProcessingBlock(
  1. Map context
)

Implementation

Future<AsyncProcessingBlock> createAsyncProcessingBlock(Map context) {
  return AsyncProcessingBlock.create(_impl, _facerecConfDir, _dllPath, context);
}