instance property
RxConnectivityCheckerPlatform
get
instance
Implementation
static RxConnectivityCheckerPlatform get instance => _instance;
set
instance
(RxConnectivityCheckerPlatform instance)
Implementation
static set instance(RxConnectivityCheckerPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}