flutter how to close dart processes code example
Example 1: Waiting for another flutter command to release the startup lock...
killall -9 dart
Example 2: kill task flutter
taskkill /F /IM dart.exe
killall -9 dart
taskkill /F /IM dart.exe