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?