initialize
Use this method if your delegate needs to use a 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.
Use this method if your delegate needs to use a 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.