NHCheckConnectionStream constructor
NHCheckConnectionStream({
- required BuildContext context,
- String? titleNotConnect,
- String? contentNotConnect,
- String? onTryToConnectText,
Implementation
NHCheckConnectionStream({
required this.context,
this.titleNotConnect,
this.contentNotConnect,
this.onTryToConnectText,
});