listAll method

Implementation

Future<ListResultForAll> listAll() async {
  if (_ref_original != null) {
    return await listAllOriginal(_ref_original!);
  } else {
    return await listAllWindows(_ref_windows!);
  }
}