notConnectedDialog method
Implementation
Future notConnectedDialog() async {
return noActionDialog(
context: this,
title: t.generics.error,
body: t.error.noInternet,
);
}
Future notConnectedDialog() async {
return noActionDialog(
context: this,
title: t.generics.error,
body: t.error.noInternet,
);
}