pauseTracking abstract method

Future<void> pauseTracking()

Pauses the data collection.

Call this method to pause tracking on sensitive parts of the app. Resume tracking at any point by calling resumeTracking.

Implementation

Future<void> pauseTracking();