DataConnectionChecker constructor

DataConnectionChecker()

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

Implementation

factory DataConnectionChecker() => _instance;