sendSelectedCommodityInfo method
send selected commodityInfo in service view
Implementation
Future<dynamic> sendSelectedCommodityInfo(Map<String, dynamic> param) async {
var result =
await _methodChannel.invokeMethod('sendSelectedCommodityInfo', param);
return result;
}