notConnectedDialog method

Future notConnectedDialog()

Implementation

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