showNoInternetNotification function

void showNoInternetNotification(
  1. dynamic context
)

Implementation

void showNoInternetNotification(context) {
  EasyLoading.showToast(L10n.of(context).limitedInternConnection);
}