I want to open the windows explorer application, not open a dialog. for example, the Edge's display in a folder.

I want to open the windows explorer application, not open a dialog. for example, the Edge's display in a folder.

There is a plugin open_file: open_file: ^3.2.1
import 'package:open_file/open_file.dart';
import 'package:path_provider/path_provider.dart';
await OpenFile.open('$dir\\');