InternetChecker.instance constructor
InternetChecker.instance()
Returns the singleton instance of the class.
Implementation
factory InternetChecker.instance() => _connectivity;
Returns the singleton instance of the class.
factory InternetChecker.instance() => _connectivity;