stop abstract method

Future<void> stop()

Stops the SDK.

The SDK will be shut down, preventing all further data collection until the SDK is started again by calling start.

Implementation

Future<void> stop();