FilePickerLinux constructor

FilePickerLinux()

Implementation

FilePickerLinux() : super() {
  _client = DBusClient.session();
  _xdpChooser = OrgFreedesktopPortalFileChooser(_client, destination,
      path: DBusObjectPath("/org/freedesktop/portal/desktop"));
}