getAccountRewardsEraOptions method

Future<List?> getAccountRewardsEraOptions()

Implementation

Future<List?> getAccountRewardsEraOptions() async {
  final dynamic res = await serviceRoot.webView!
      .evalJavascript('staking.getAccountRewardsEraOptions(api)');
  return res;
}