How to check if tracking is enabled after calling .startTracking()? (Flutter SDK)

How to check if tracking is enabled after calling .startTracking()? (Flutter SDK)

Hello @berger ,

As of today, there is no method available to check if tracking has started. We will probably add it in the future. For now, you can keep track of that based on the successful response of the startTracking method.

Cheers.