InternetConnectionChecker constructor

InternetConnectionChecker()

This is a singleton that can be accessed like a regular constructor i.e. InternetConnectionChecker() always returns the same instance.

Implementation

factory InternetConnectionChecker() => _instance;