Remove dead code AnalyticsService.onSignOut.

DefaultAnalyticsService is observing the Session.
This commit is contained in:
Benoit Marty 2024-05-28 17:36:24 +02:00 committed by Benoit Marty
parent 6acc86641a
commit d4e6b4fa1d
3 changed files with 0 additions and 11 deletions

View file

@ -57,11 +57,6 @@ interface AnalyticsService : AnalyticsTracker, ErrorTracker {
*/
suspend fun setAnalyticsId(analyticsId: String)
/**
* To be called when a session is destroyed.
*/
suspend fun onSignOut()
/**
* Reset the analytics service (will ask for user consent again).
*/