Functions

Link copied to clipboard
abstract suspend fun fetch(coordinates: List<Point>): Result<MatrixResponse>
Link copied to clipboard
open fun <T> parseResponse(response: Response<T>): Result<T>