Cancellable

public protocol Cancellable

Defines an interface for cancelling API calls.

  • Method to cancel a API calls

    Declaration

    Swift

    func cancel()