getOfflineManager

fun getOfflineManager(context: Context): OfflineManager(source)

Acquire an instance of OfflineManager outside a Composition. For use in Composable code, see rememberOfflineManager.

The first time, it should be called from the application's UI thread.

Acquire an instance of OfflineManager outside a Composition. For use in Composable code, see rememberOfflineManager.