editConfig method Null safety

void editConfig()

Open wslconfig file

Implementation

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