init method

Implementation

Future<ConnectivityService> init() async {
  await _checkConnectivity();
  return this;
}