setAnalyticsSubscriber static method
Sets a custom analytics subscriber to receive analytics events from the Scanbot SDK.
subscriber - The analytics subscriber to be set.
Implementation
static Future<Result<void>> setAnalyticsSubscriber(
AnalyticsSubscriber? subscriber) {
return ScanbotSdkImpl.setAnalyticsSubscriber(subscriber);
}