Flutter SDK - stop method

Details about the 'stop' method from OpenReplay's Flutter SDK

Flutter SDK ⁠-⁠ stop method

This method is used to stop the tracker. By stopping the tracker, the recording of the session stops.

Future<void> OpenReplay.instance.stop()

stop() is a teardown: it stops every listener, flushes and discards the buffers, and clears the session.

If you have any questions about this process, feel free to reach out to us on our Slack or check out our Forum.