payee method

Future payee(
  1. BigInt index
)

Implementation

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