Init or stop posthog based on user consent

This commit is contained in:
yostyle 2023-06-23 15:57:25 +02:00
parent fb23350b62
commit 09c2c3dea1
3 changed files with 10 additions and 9 deletions

View file

@ -30,7 +30,7 @@ interface AnalyticsProvider: AnalyticsTracker, ErrorTracker {
*/
val name: String
suspend fun init()
fun init()
fun stop()
}