Reachable
public protocol Reachable
Represents a Reachability
that is associated with Requestable
.
-
The
reachable
.Declaration
Swift
var reachability: Reachability { get }
-
reachability
Default implementationDefault Implementation
Reachability.default
Declaration
Swift
public var reachability: Reachability { get }