Sign in
fuchsia
/
reference-docs
/
refs/heads/releases/f9
/
.
/
sdk
/
dart
/
package-fidl_fidl
/
Binding
/
onConnectionError.md
blob: f61d19de4af234db03cdc5be7af901ab6b960556 [
file
] [
log
] [
blame
] [
view
] [
edit
]
# onConnectionError property
_VoidCallback
onConnectionError
_
<
span
class
=
"feature read / write"
>
read
/
write
</
span
>
_
<p>
Called
when
the channel underneath closes
.</
p
>
## Implementation
```dart
_VoidCallback? onConnectionError;
```