Flutter Hot Restart [Pro]
flutter_hot_restartTrigger a full hot restart on a connected Flutter app to apply all code changes, including static field initializers and global variables, losing all app state. Use when hot reload is insufficient. Requires prior flutter_connect call.
Instructions
[Pro] Trigger a hot restart on the connected Flutter app. Restarts the app from scratch, losing all state, but applies all code changes including static field initializers and global variables. Use when hot reload is insufficient. Call flutter_connect first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||