claimRewards method

Future claimRewards()

Implementation

Future<dynamic> claimRewards() async {
  return contract.send("claimRewards", []);
}