cofu Gas Stations
abstract fun cofuGasStations(completion: (Result<List<CofuGasStation>>) -> Unit)
Content copied to clipboard
abstract fun cofuGasStations(location: Location, radius: Int, completion: (Result<List<GasStation>>) -> Unit)
Content copied to clipboard