uri method

Future uri(
  1. BigInt tokenId
)

Implementation

Future<dynamic> uri(BigInt tokenId) async {
  return await _contract.call("uri", [tokenId]);
}