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