Hi developers,I am facing one issue in passing dynamic data type to custom function, is there any way to how can I overcome this issue. I need some thing like this:
double? newCustomFunction(dynamic? intprice){
return intprice.toDouble();
}
Hi developers,I am facing one issue in passing dynamic data type to custom function, is there any way to how can I overcome this issue. I need some thing like this:
double? newCustomFunction(dynamic? intprice){
return intprice.toDouble();
}