blob: 96bf0e128e50189cd6004c1a62c0cf4666b7a38e [file] [log] [blame] [view]
# onConnectionError property
_VoidCallback onConnectionError
_read / write_
<p>Called when the channel underneath closes.</p>
## Implementation
```dart
_VoidCallback? onConnectionError;
```