start abstract method

Future<void> start({
  1. CSQMaskingConfig? maskingConfig,
})

Starts the SDK.

This method should be called as early as possible in the app's lifecycle. If Product Analytics is also needed, configureProductAnalytics must be called before calling this method.

The maskingConfig parameter sets the global SessionReplay masking configuration. If not provided, the default masking configuration will be used. For more information, see the documentation.

Implementation

Future<void> start({
  CSQMaskingConfig? maskingConfig,
});