safeBatchTransferFrom method
Implementation
Future<dynamic> safeBatchTransferFrom(String from, String to,
List<BigInt> ids, List<BigInt> amounts, String data) async {
return await _contract
.send("safeBatchTransferFrom", [from, to, ids, amounts, data]);
}