ownerOf method

Future ownerOf(
  1. BigInt tokenId
)

Implementation

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