ownerOf method

Future<String> ownerOf(
  1. BigInt tokenId
)

Implementation

Future<String> ownerOf(BigInt tokenId) async =>
    await _contract.call<String>("ownerOf", [tokenId]);