editConfig method
Open wslconfig file
Implementation
void editConfig() async {
Process.start('start', ['notepad.exe', getWslConfigPath()],
mode: ProcessStartMode.normal, runInShell: true);
}
Open wslconfig file
void editConfig() async {
Process.start('start', ['notepad.exe', getWslConfigPath()],
mode: ProcessStartMode.normal, runInShell: true);
}