Im trying to get json data from the server
void main() async{ List data = await getData(); print(data); runApp(MyApp