NetworkHelperType
public protocol NetworkHelperType
Defines what a network utility should provide.
Version
1.0.0Date
20/11/22-
If there is a network connection or not
Declaration
Swift
var isNetworkAvailable: Bool { get }
NetworkHelperType Protocol Reference