inspector_dispose_id
Dispose a specific widget ID to free memory allocated by the Flutter inspector.
Instructions
RPC: Dispose a specific widget ID to free up memory (ext.flutter.inspector.disposeId)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the widget to dispose | |
| port | No | Port number where the Flutter app is running (defaults to 8181) |