updates

@RequiresPermission(anyOf = ["android.permission.ACCESS_FINE_LOCATION", "android.permission.ACCESS_COARSE_LOCATION"])
open override fun updates(request: LocationRequest): Flow<LocationEvent>(source)

Returns a cold stream of foreground location updates.

Each collector starts an independent platform location request. Cancelling collection stops that request and unregisters its callbacks.