blob: cb4c98b33ce491779558f2234703a37502ea6f2c [file] [log] [blame] [view]
# EpitaphHandler typedef
void EpitaphHandler = void Function(int statusCode)
## Implementation
```dart
typedef EpitaphHandler = void Function(int statusCode);
```