airdrop method
Implementation
Future<dynamic> airdrop(String tokenAddress, String tokenOwner,
List<String> recipients, List<BigInt> tokenIds) async =>
await _contract
.send("airdrop", [tokenAddress, tokenOwner, recipients, tokenIds]);