getRewardRatio method

Future getRewardRatio()

Implementation

Future<dynamic> getRewardRatio() async =>
    await _contract.call("getRewardRatio");