MockLocationManager
class MockLocationManager(val locationPermission: LocationPermission, val events: MutableSharedFlow<LocationManager.Event>, val locations: MutableSharedFlow<Location.KnownLocation>) : LocationManager
Constructors
Link copied to clipboard
constructor(locationPermission: LocationPermission, events: MutableSharedFlow<LocationManager.Event>, locations: MutableSharedFlow<Location.KnownLocation>)