burn method

Future burn(
  1. BigInt tokenId
)

Implementation

Future<dynamic> burn(BigInt tokenId) async =>
    await _contract.send("burn", [tokenId]);