noDialog property

  1. @override
UserException noDialog
override

Implementation

@override
UserException get noDialog => ConnectionException(
  host: host,
  onRetry: onOk,
  errorText: errorText,
  ifOpenDialog: ifOpenDialog,
);