Retrieves all parsed request data including GET, POST, and FILE data.
Map<String, Object?> getAllData({ List<String> keys = const [], bool trim = true, }) { return getAll(); }