ChatErrorView constructor
const
ChatErrorView({
- Key? key,
- required VoidCallback onRetry,
Implementation
const ChatErrorView({super.key, required this.onRetry});
const ChatErrorView({super.key, required this.onRetry});