AT
Size: a a a
AT
AS
AK
AS
AK
GW
GW
GW
GW
AS
GW
GW
IP
С
С
SS
U
Future<http.Response> createUser(
String phone,
address,
full_name,
birthday,
name,
double lat,
double lon,
int gender,
key,
) async {
Map<String, dynamic> input_json = {
'phone': "988" + phone,
'address': "GulTepa",
'key': key,
'lat': 41212,
'lon': 214,
'gender': 1,
'birthday': 194214,
'name': "Toshbuloq",
'full_name': "Ada DADA",
};
print(input_json);
Response response = await post(Constans.register, body: input_json);
print(response.body);
return response;
}
}
U
Future<http.Response> createUser(
String phone,
address,
full_name,
birthday,
name,
double lat,
double lon,
int gender,
key,
) async {
Map<String, dynamic> input_json = {
'phone': "988" + phone,
'address': "GulTepa",
'key': key,
'lat': 41212,
'lon': 214,
'gender': 1,
'birthday': 194214,
'name': "Toshbuloq",
'full_name': "Ada DADA",
};
print(input_json);
Response response = await post(Constans.register, body: input_json);
print(response.body);
return response;
}
}
RC