NHCheckConnectionStream constructor

NHCheckConnectionStream({
  1. required BuildContext context,
  2. String? titleNotConnect,
  3. String? contentNotConnect,
  4. String? onTryToConnectText,
})

Implementation

NHCheckConnectionStream({
  required this.context,
  this.titleNotConnect,
  this.contentNotConnect,
  this.onTryToConnectText,
});