tryAgain method

void tryAgain()

Implementation

void tryAgain(){
  Connectivity().checkConnectivity().then(
        (ConnectivityResult result) {
      connectionUpdate(result: result);
    },
  );
}