Encodes a list of objects to a Base64 string.
Example: Gid.encodeToBase64([1, "test"]) -> Base64 string
Gid.encodeToBase64([1, "test"])
static String encodeToBase64(List<Object?> objects) { return _service.encodeToBase64(objects); }