Sign in
fuchsia
/
reference-docs
/
refs/heads/releases/f8
/
.
/
all
/
dart
/
package-fidl_fidl
/
Binding
/
onConnectionError.md
blob: 96bf0e128e50189cd6004c1a62c0cf4666b7a38e [
file
] [
log
] [
blame
] [
view
] [
edit
]
# onConnectionError property
_VoidCallback
onConnectionError
_read
/
write_
<p>
Called
when
the channel underneath closes
.</
p
>
## Implementation
```dart
_VoidCallback? onConnectionError;
```