inspector_dispose_group
Dispose a specific inspector group to release allocated memory in a Flutter app. Provide the group ID.
Instructions
RPC: Dispose a specific inspector group to free up memory (ext.flutter.inspector.disposeGroup)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number where the Flutter app is running (defaults to 8181) | |
| groupId | Yes | ID of the group to dispose |