showNoInternetToast method

void showNoInternetToast()

Shows the standard no-internet error toast using the 'connectivity.noInternet' key.

Implementation

void showNoInternetToast() {
  showErrorToast('connectivity.noInternet');
}