getConvertedAmount static method
Implementation
static Future<Response?> getConvertedAmount(url) async {
//cal api
final response = await get(Uri.parse(url));
// get response
return response;
}
static Future<Response?> getConvertedAmount(url) async {
//cal api
final response = await get(Uri.parse(url));
// get response
return response;
}