killall -9 dart
Run this is terminal.
On linux and mac
killall -9 dart
On Windows
taskkill /F /IM dart.exe
Mac: killall -9 dart
Windows: taskkill /F /IM dart.exe
// Learn Flutter inside VS Code at sideguide.dev/courses/flutter?ref=grepper
killall -9 dart
# Close the terminal used in running the command