addComponent method

  1. @Deprecated('Deprecated. No need to add the component to the DataCaptureContext in oder to use it.')
Future<void> addComponent(
  1. DataCaptureComponent component
)

Implementation

@Deprecated('Deprecated. No need to add the component to the DataCaptureContext in oder to use it.')
Future<void> addComponent(DataCaptureComponent component) {
  return Future.value(null);
}