Sean Najera

Results 1 issues of Sean Najera

I have a protocol as follows ```swift protocol Networkable { func asyncLoad(request: Request) async throws -> T func asyncLoadResponse(request: Request) async throws -> HeaderResponse } ``` Here is as an...