dart process kill code example
Example 1: kill all dart processes flutter
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