kill flutter run with terminal code example
Example 1: kill dart process
taskkill /F /IM dart.exe
Example 2: Waiting for another flutter command to release the startup lock..
killall -9 dart
taskkill /F /IM dart.exe
killall -9 dart