How can I get PID(process id) of window/tab I'm currently active in Flutter windows application?
import 'dart:io' ... print(pid); This code print the pid of my Flutter application. But I want to get the other apps' pid when I switch on that app. Suppose, I am now on skype app. So this print(pid) will print…