createOrientationProvider
open fun createOrientationProvider(context: Context, updateInterval: Duration, coroutineScope: CoroutineScope): OrientationProvider?(source)
Creates this backend's orientation provider, or returns null so the default framework orientation provider is used. coroutineScope shares the provider's orientation flow.