throwConnectivityError method

dynamic throwConnectivityError()

Implementation

throwConnectivityError() {
  openDialog(
      Dao.inst.connectivityErrorHeader, Dao.inst.connectivityErrorMessage);
}