editConfig method

void editConfig()

Open wslconfig file

Implementation

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