approve method

Future<TransactionResponse> approve(
  1. BigInt tokenId
)

Implementation

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