stopTracking abstract method

Future<void> stopTracking()

Stops any further tracking for the current runtime.

Call this method if you need to pause tracking on some particularly sensitive part of your app. You can resume tracking at any point by calling resumeTracking. Tracking will also resume on next app launch.

Implementation

Future<void> stopTracking();