initialize

abstract fun initialize(coroutineScope: CoroutineScope)

Do not keep a local references of this scope if you don't need to.

If you have to keep any references to CoroutineScope, use onCleared to clear them.