# onEpitaphReceived property | |
[EpitaphHandler](../../package-fidl_fidl/EpitaphHandler.md) onEpitaphReceived | |
_<span class="feature">read / write</span>_ | |
<p>Called when an epitaph is received (from channel closure).</p> | |
## Implementation | |
```dart | |
EpitaphHandler? onEpitaphReceived; | |
``` | |