Automatically calling Pokeapi, one.one.one.one, jsonplaceholder, and icanhazip

Troubleshooting

The code exported from flutterflow includes in its main.dart the following line:

n=A.c([A.as9(A.f6("https://one.one.one.one",0,null)),A.as9(A.f6("https://icanhazip.com/",0,null)),A.as9(A.f6("https://jsonplaceholder.typicode.com/todos/1",0,null)),A.as9(A.f6("https://pokeapi.co/api/v2/ability/?limit=1",0,null))],p)

A.f6 and so on are used at other points in the file to... check the user's location? Start a fingerprint? Collect lots of data?

I would rather prefer to replace these with internal urls if I can reduce outgoing data flow with that, but I also dont't want to break important processes.

Does anyone know what these functions DO in the greater context and ideally if it's safe to replace the urls?

What have you tried so far?

Searched main.dart - not a lot of fun ;)

Did you check FlutterFlow's Documentation for this topic?
Yes
1