NoInternet constructor
NoInternet(
- String data,
- BuildContext context
Implementation
NoInternet(this.data, this.context) {
throw ShowFlash.dialog(
context,
title: 'خطای اینترنت',
desc: data,
twoButton: true,
tButton2: 'باشه',
sButton2: false,
);
}