Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f7
/
sdk
/
dart
/
package-fidl_fidl
/
ProxyController
/
onConnectionError.md
blob: 96bf0e128e50189cd6004c1a62c0cf4666b7a38e [
file
] [
log
] [
blame
] [
view
]
# onConnectionError property
_VoidCallback
onConnectionError
_read
/
write_
<p>
Called
when
the channel underneath closes
.</
p
>
## Implementation
```dart
_VoidCallback? onConnectionError;
```