blob: 086ac1cbc087b26f5d0c7c9c9b00abea6ab9c585 [file] [log] [blame] [view]
# serve method
*[<Null safety>](https://dart.dev/null-safety)*
void serve
([Outgoing](../../package-fuchsia_services_services/Outgoing-class.md) outgoing)
<p>Attaches the inspect to the outgoing diagnostics/debug dir.</p>
## Implementation
```dart
void serve(Outgoing outgoing);
```