startMediaManager

expect open suspend override fun startMediaManager()

Suspends the execution of the current coroutine until the media manager is started. If it is already started, then it returns instantly.

actual open suspend override fun startMediaManager()

Suspends the execution of the current coroutine until the media manager is started. If it is already started, then it returns instantly.