Remove dead code AnalyticsService.onSignOut.
DefaultAnalyticsService is observing the Session.
This commit is contained in:
parent
6acc86641a
commit
d4e6b4fa1d
3 changed files with 0 additions and 11 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue