LocationStateImplRepo

constructor(createLocationManager: suspend () -> LocationManager, coroutineContext: CoroutineContext)

Parameters

createLocationManager

method for creating the LocationManager to manage the LocationState

coroutineContext

the CoroutineContext the CoroutineContext used to create a coroutine scope for this state machine.